Skip to content

Commit

Permalink
drop i686-musl release builds, can't get openssl to build
Browse files Browse the repository at this point in the history
  • Loading branch information
luser committed Jan 12, 2018
1 parent e5ca772 commit bda1bc2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ matrix:
apt:
packages:
- musl-tools
- env: DEPLOY=1 TARGET=i686-unknown-linux-musl OPENSSL_DIR=$HOME/openssl-musl
before_script: ./scripts/travis-musl-openssl.sh
script: cargo build --release --target $TARGET --features=all
addons:
apt:
packages:
- musl-tools
- gcc-multilib
allow_failures:
- rust: nightly

Expand Down

0 comments on commit bda1bc2

Please sign in to comment.