-
Notifications
You must be signed in to change notification settings - Fork 463
Travis CI
Any pull request checked automatically by travis.
The default option is not running your commit on our setups, if you want to do so you should include the keyword: run_this_on_travis
somewhere in your commit message.
run_this_on_travis
keyword.
Examples:
After that you should see travis indicator for your test:
-
Yellow - Test in progress
-
Red - Test failed
-
Green - Test passed
Our setups takes at least 1.5 hours and sometimes can exceed it, our trex-bot will comment on your pull request with a link to your results when it’s done.
See: Travis CI Reports
If you want to test the same commit again, please make a minor change (add an empty line) and commit again on the same pull request. Travis will notice that and add you to our queue.
At this point it is not possible to cancel a running test, please take this into account.