From 541d8c22b8a90da1bbdadf45ce7de0f99181e1ec Mon Sep 17 00:00:00 2001 From: ice_iix Date: Sun, 28 Oct 2018 10:04:56 -0700 Subject: [PATCH] Travis-CI: allow nightly to fail without error since it is often broken https://docs.travis-ci.com/user/languages/rust/#stq=&stp=0 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index da95b06..0c4b387 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,10 @@ dist: trusty rust: - nightly - nightly-2018-10-24 +matrix: + allow_failures: + - rust: nightly + fast_finish: true before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install sdl2 ; fi