Skip to content

Commit 93240f4

Browse files
authored
Fix wrong case in TARGET setting for Alpine
1 parent 9e4d190 commit 93240f4

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
@@ -117,7 +117,7 @@ matrix:
117117
- <<: *test-alpine
118118
env:
119119
- TARGET_BOX=LINUX64_MUSL
120-
- BTYPE="BINARY=64 NO_AFFINITY=1 USE_OPENMP=0 NO_LAPACK=0 TARGET=core2"
120+
- BTYPE="BINARY=64 NO_AFFINITY=1 USE_OPENMP=0 NO_LAPACK=0 TARGET=CORE2"
121121

122122
- &test-cmake
123123
os: linux

0 commit comments

Comments
 (0)