Merge pull request #677 from matthiasbeyer/travis-disable-nightly

Disable nightly builds on travis
This commit is contained in:
Matthias Beyer 2016-08-29 18:26:00 +02:00 committed by GitHub
commit 4e0113f846

View file

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