diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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... |