2
0
ruki 6 жил өмнө
parent
commit
ffb41db25c
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -22,7 +22,7 @@ script:
   - if [ "$TRAVIS_OS_NAME" = "osx" ]; then
   - if [ "$TRAVIS_OS_NAME" = "osx" ]; then
       travis_wait 60 xmake l ./scripts/test.lua -D -p iphoneos;
       travis_wait 60 xmake l ./scripts/test.lua -D -p iphoneos;
       brew install mingw-w64;
       brew install mingw-w64;
-      travis_wait 60 CC="" xmake l ./scripts/test.lua -D -p mingw;
+      CC="" travis_wait 60 xmake l ./scripts/test.lua -D -p mingw;
     else
     else
       travis_wait 60 xmake l ./scripts/test.lua -v -D -p android --ndk=`pwd`/android-ndk-r19c;
       travis_wait 60 xmake l ./scripts/test.lua -v -D -p android --ndk=`pwd`/android-ndk-r19c;
     fi
     fi