Skip to content

Commit bda1bc2

Browse files
committed
drop i686-musl release builds, can't get openssl to build
1 parent e5ca772 commit bda1bc2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ matrix:
2323
apt:
2424
packages:
2525
- musl-tools
26-
- env: DEPLOY=1 TARGET=i686-unknown-linux-musl OPENSSL_DIR=$HOME/openssl-musl
27-
before_script: ./scripts/travis-musl-openssl.sh
28-
script: cargo build --release --target $TARGET --features=all
29-
addons:
30-
apt:
31-
packages:
32-
- musl-tools
33-
- gcc-multilib
3426
allow_failures:
3527
- rust: nightly
3628

0 commit comments

Comments
 (0)