Closed elyscape closed 9 years ago
Seems like a great idea to me.
@JEG2 You can trigger an initial build without pushing any commits to the repo by going to the repository's webhook settings, clicking "Travis CI", and hitting the "Test service" button in the upper right corner of the page that loads.
Done.
@JEG2 For some reason it looks like Travis hasn't picked up on it. You made sure to enable Travis for that repo on your Travis profile page, right?
Great to have Travis CI support :+1: @elyscape
CI worked fine on my fork. https://travis-ci.org/abinoam/highline
The IO/console bug is easy to fix (I guess). The other, is a test on YAML, and YAML previous versions are buggy. (See #69 and PR #124).
Should we "conditionally" test this?
Travis support should be fixed now.
Issue #129 surfaced recently as a result of insufficient testing. This PR adds automated testing with Travis CI to help avoid similar issues in the future. Once enabled, Travis integrates with GitHub and will display the build status on PRs. It's very convenient.
Some notes: