fix travis for mingw

pull/18/head
ruki 6 years ago
parent b98ee6bdb1
commit ffb41db25c
No known key found for this signature in database
GPG Key ID: 33341DF9719963FA
  1. 2
      .travis.yml

@ -22,7 +22,7 @@ script:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
travis_wait 60 xmake l ./scripts/test.lua -D -p iphoneos;
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
travis_wait 60 xmake l ./scripts/test.lua -v -D -p android --ndk=`pwd`/android-ndk-r19c;
fi

Loading…
Cancel
Save