Skip to content

Commit 18abae3

Browse files
committed
arm-unknown-linux-musleabi is only supported on Rust 1.14+
1 parent 46e77b5 commit 18abae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ matrix:
131131
- env: TARGET=mips64el-unknown-linux-gnuabi64
132132
rust: 1.13.0
133133
- env: TARGET=arm-unknown-linux-musleabi
134-
rust: 1.13.0
134+
rust: 1.14.0
135135
- env: TARGET=s390x-unknown-linux-gnu
136136
rust: 1.13.0
137137

0 commit comments

Comments
 (0)