From cdbc330d77d133c34cea5aae28136b0684a719cc Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sat, 24 Nov 2018 13:29:45 -0500 Subject: [PATCH] Just test stable on non-linux Let's not waste Travis' cycles unnecessarily --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 975cd2a..f41fe14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,6 @@ rust: - stable - beta - nightly -os: - - linux - - osx - - windows before_script: - if [[ "$INTEGRATION" == "true" ]]; then @@ -29,6 +25,11 @@ jobs: script: cargo check --all-targets rust: stable os: linux + - stage: test + rust: stable + os: osx + - rust: stable + os: windows - &integration stage: integration # make integration tests its own stage script: cargo test --tests