Merge pull request #677 from matthiasbeyer/travis-disable-nightly
Disable nightly builds on travis
This commit is contained in:
commit
4e0113f846
1 changed files with 0 additions and 4 deletions
|
@ -2,12 +2,8 @@ sudo: false
|
|||
language: rust
|
||||
rust:
|
||||
- beta
|
||||
- nightly
|
||||
- stable
|
||||
cache: cargo
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
before_install:
|
||||
- |
|
||||
c=$(git diff $(git merge-base master $TRAVIS_COMMIT)..$TRAVIS_COMMIT --name-only | cut -d "/" -f 1 | uniq)
|
||||
|
|
Loading…
Reference in a new issue