From de0bb069aa1ac21fd24b810dd169578cf47738e1 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Thu, 8 Aug 2019 21:08:10 -0700 Subject: [PATCH] Reduce Travis-CI build load - Remove testing with --all-features, no features are supported - Remove testing beta, it isn't useful and takes up valuable CI time --- .travis.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index b0571af9..211045be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,20 +35,10 @@ matrix: script: - cargo test --verbose - - cargo test --verbose --all-features - language: rust rust: stable cache: cargo script: - - cargo test --verbose - - cargo test --verbose --all-features - - - language: rust - rust: beta - cache: cargo - - script: - - cargo test --verbose - - cargo test --verbose --all-features \ No newline at end of file + - cargo test --verbose \ No newline at end of file