Add more comments explaining .travis.yml contents.
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
# Travis CI script. See https://travis-ci.org/ for more info.
|
||||||
|
|
||||||
language: rust
|
language: rust
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
@@ -7,6 +9,8 @@ rust:
|
|||||||
- nightly
|
- nightly
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
# We try to be compatible with beta and nightly, but they occasionally
|
||||||
|
# fail, so we don't allow them to hold up people using stable.
|
||||||
- rust: beta
|
- rust: beta
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
|||||||
Reference in New Issue
Block a user