From 96e43b366dae1a9916ee42a703ba9bac17be0683 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 13 Jul 2018 17:03:57 -0700 Subject: [PATCH] Add more comments explaining .travis.yml contents. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index e52f99be01..95a4e0e711 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ +# Travis CI script. See https://travis-ci.org/ for more info. + language: rust rust: - stable @@ -7,6 +9,8 @@ rust: - nightly matrix: 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: nightly dist: trusty