Skip to content

Commit

Permalink
Fix travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Feb 17, 2018
1 parent 9f5336b commit 4229cec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ matrix:
include:
- env: ENABLE_TESTS=1
# Linux
- env: TARGET=i686-unknown-linux-musl
# fails as /usr/bin/file can't be found. Fair enough
# - env: TARGET=i686-unknown-linux-musl
- env: TARGET=x86_64-unknown-linux-musl

# OSX
Expand Down Expand Up @@ -74,7 +75,7 @@ deploy:
file_glob: true
file: $CRATE_NAME-$TRAVIS_TAG-$TARGET.*
on:
condition: $TRAVIS_RUST_VERSION = stable -a -n "$TARGET"
condition: $TRAVIS_RUST_VERSION = stable && -n "$TARGET"
tags: true
provider: releases
skip_cleanup: true

0 comments on commit 4229cec

Please sign in to comment.