-
Notifications
You must be signed in to change notification settings - Fork 463
Travis CI
# Working With Travis CI :toc:
## 💻 Check Your Pull Request With Our Setups
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:
test_this_on_travis
somewhere in your commit message.
⚠️ Only authorized users can test their code on our servers
⚠️ Test your code on your local regression tests first, only after it passed commit withtest_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
## ⏳ How Long Is It Going To Take?
Our setups takes somewhere in between 1.5 - 3 hours, our trex-bot will comment on your pull request with a link to your results when it’s done.
## 🔍 How To Interpret The Results See: Travis CI Reports
## 📜 All Test Results
## ↩️ Test Again
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.
## ❌ Cancellation
At this point it is not possible to cancel a running test, please take this into account.
## 🚫 I’m Not On The Whitelist
In case you are not on our whitelist of authorized users you can’t run travis test. If you want to be on the list please contact the repository admin.