diff --git a/.travis.yml b/.travis.yml index 842bf89dd..2b39785af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,11 +9,17 @@ addons: cache: cargo rust: - stable - - beta - - nightly +os: + - linux + - osx matrix: allow_failures: - rust: nightly + include: + - os: linux + rust: beta + - os: linux + rust: nightly before_cache: if [[ "$TRAVIS_RUST_VERSION" == nightly ]]; then