Disable nightly builds on travis

This commit is contained in:
Matthias Beyer 2016-08-29 12:45:33 +02:00
parent eac536efa0
commit f3e9a8aac3
1 changed files with 0 additions and 4 deletions

View File

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