From 1b5abe828be607a30a7cad09417006b3815cf5f9 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 5 Jun 2017 22:30:56 -0400 Subject: [PATCH] Simplify Travis configuration --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) 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