Skip to content

Commit faade2f

Browse files
committed
Stop building for i686.
This build is broken at the moment. We'll need to fix it.
1 parent 99776f9 commit faade2f

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
@@ -39,7 +39,7 @@ matrix:
3939
install: brew install sbt
4040
- env: GOAL=release TARGET=aarch64-linux-android
4141
- env: GOAL=release TARGET=arm-linux-androideabi
42-
- env: GOAL=release TARGET=i686-linux-android
42+
# - env: GOAL=release TARGET=i686-linux-android
4343
- env: GOAL=release TARGET=x86_64-linux-android
4444
fast_finish: true
4545

0 commit comments

Comments
 (0)