Travis doesn't find my .travis.yml

I got a warning log and my builds were unsuccessful.

WARNING: We were unable to find a .travis.yml file. This may not be what you want. Build will be run with default settings. 

But in my repo there was .travis.yml. This problem seems to be caused after I changed my repo name on Github. (Before the change, Travis could detect my .travis.yml)

In my environment there is: https://travis-ci.org/PizzaFactory/mRDT

How to fix this problem?

+6
source share
1 answer

This happened, probably because you renamed the repo to GitHub.

What I did to fix the problem was to go to the Travis Accounts section, click the Sync button, and then click another commit on the repo.

+4
source

Source: https://habr.com/ru/post/978565/


All Articles