swsnu / swppfall2017

22 stars 17 forks source link

Travis CI "No builds for this repository" #80

Open SoheeLee opened 6 years ago

SoheeLee commented 6 years ago

I forked from our team repository and added travis CI script and pushed. But travis keeps saying "No builds for this repository". I tried editing README.md file and push again and it didn't work. Is there something I missed?

dj-shin commented 6 years ago

By following the CI setup instructions we have covered in the practice session, branch update does not invoke travis build because we have disabled it. If you look into the More options - Requests in travis you can see that your push has been hooked from Github, but was not built because of the setting.

You can either re-enable the setting in travis, or you can create a PR to test your build.

SoheeLee commented 6 years ago

Thank you for quick reply!