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
|
language: rust
|
||||||
rust:
|
rust:
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
|
||||||
- stable
|
- stable
|
||||||
cache: cargo
|
cache: cargo
|
||||||
matrix:
|
|
||||||
allow_failures:
|
|
||||||
- rust: nightly
|
|
||||||
before_install:
|
before_install:
|
||||||
- |
|
- |
|
||||||
c=$(git diff $(git merge-base master $TRAVIS_COMMIT)..$TRAVIS_COMMIT --name-only | cut -d "/" -f 1 | uniq)
|
c=$(git diff $(git merge-base master $TRAVIS_COMMIT)..$TRAVIS_COMMIT --name-only | cut -d "/" -f 1 | uniq)
|
||||||
|
|
Loading…
Reference in a new issue