mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-05 13:44:59 +08:00
13 lines
646 B
Plaintext
13 lines
646 B
Plaintext
|
|
- Use http://yaml-online-parser.appspot.com/ to make sure it is valid yaml.
|
|
http://lint.travis-ci.org/ is recommended elsewhere but does not give helpful
|
|
error reports.
|
|
- Make sure all of your "-" lines start on the same column
|
|
- Use shell scripts for `before_install` and `script` or any part that
|
|
has conditional statements
|
|
- Use `travis_retry` before a command to have it try several times before
|
|
failing (useful for installing from third party sources)
|
|
- Feel free to cancel a build rather than waiting for it to go to completion
|
|
if you have made a change to that branch.
|
|
- A VM with 64bit Ubuntu 12.04 is a huge help for debugging.
|