Merge pull request #655 from matthiasbeyer/revert-allow-travis-fail-on-beta

Revert "Allow travis to fail beta, temporarily"
This commit is contained in:
Matthias Beyer 2016-08-28 20:10:07 +02:00 committed by GitHub
commit eac536efa0

View file

@ -8,7 +8,6 @@ cache: cargo
matrix:
allow_failures:
- rust: nightly
- rust: beta
before_install:
- |
c=$(git diff $(git merge-base master $TRAVIS_COMMIT)..$TRAVIS_COMMIT --name-only | cut -d "/" -f 1 | uniq)