Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 308aa3d

Browse files
committed
set TARGET to armv7l
see JuliaPackaging/BinaryProvider.jl#52
1 parent 2ccb98b commit 308aa3d

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
@@ -22,7 +22,7 @@ env:
2222
- TARGET=i686-linux-gnu
2323
- TARGET=x86_64-linux-gnu
2424
- TARGET=aarch64-linux-gnu
25-
- TARGET=arm-linux-gnueabihf
25+
- TARGET=armv7l-linux-gnueabihf
2626
- TARGET=powerpc64le-linux-gnu
2727
- TARGET=x86_64-apple-darwin14
2828
- TARGET=i686-w64-mingw32

0 commit comments

Comments
 (0)