diff --git a/.travis.yml b/.travis.yml index 1439d9e..b4f863c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,15 +3,3 @@ rust: - stable - beta - nightly -os: - - linux - - osx -env: - - FEATURES="" - - FEATURES="serde" -script: - - cargo build --verbose --no-default-features --features "$FEATURES" - - cargo test --verbose --no-default-features --features "$FEATURES" -matrix: - allow_failures: - - rust: nightly