From 1ae2c99806d3f8fad84202fc3c6346f42247ea26 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Tue, 16 Apr 2019 02:48:29 +0200 Subject: Only run tests on Linux --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 68a3db1..7dbc492 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,7 @@ install: script: # If this is a normal, non-deployment build... - if [[ -z $TARGET ]]; then cargo build --verbose && RUST_BACKTRACE=1 cargo test; fi - - if [[ -n $TARGET ]]; then cargo build --verbose --release --target $TARGET && RUST_BACKTRACE=1 cargo test; fi + - if [[ -n $TARGET ]]; then cargo build --verbose --release --target $TARGET; fi before_deploy: # If this is a binary deployment... -- cgit v1.2.3