mirror of https://github.com/axmolengine/axmol.git
fix travis.yml[skip appveyor]
This commit is contained in:
parent
55748abccf
commit
60123b4941
|
@ -1,5 +1,5 @@
|
||||||
language: cpp
|
language: cpp
|
||||||
matrix:
|
jobs:
|
||||||
include:
|
include:
|
||||||
# mac_cmake
|
# mac_cmake
|
||||||
- os: osx
|
- os: osx
|
||||||
|
@ -12,6 +12,7 @@ matrix:
|
||||||
# android cmake
|
# android cmake
|
||||||
- os: linux
|
- os: linux
|
||||||
env: BUILD_TARGET=android_cmake
|
env: BUILD_TARGET=android_cmake
|
||||||
|
language: android
|
||||||
# android_lua cmake
|
# android_lua cmake
|
||||||
#- os: linux
|
#- os: linux
|
||||||
# env: BUILD_TARGET=android_lua_cmake
|
# env: BUILD_TARGET=android_lua_cmake
|
||||||
|
|
Loading…
Reference in New Issue