Travis-CI: allow nightly to fail without error since it is often broken

https://docs.travis-ci.com/user/languages/rust/#stq=&stp=0
This commit is contained in:
ice_iix 2018-10-28 10:04:56 -07:00
parent 3f67d8477c
commit 541d8c22b8
1 changed files with 4 additions and 0 deletions

View File

@ -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