mirror of https://github.com/axmolengine/axmol.git
fix travis.yml [skip appveyor]
This commit is contained in:
parent
500e913517
commit
c2c7cb2a96
18
.travis.yml
18
.travis.yml
|
@ -22,15 +22,15 @@ matrix:
|
|||
# android_lua cmake
|
||||
#- os: linux
|
||||
# env: BUILD_TARGET=android_lua_cmake
|
||||
language: android
|
||||
sudo: required
|
||||
dist: xenial
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-6
|
||||
# language: android
|
||||
# sudo: required
|
||||
# dist: xenial
|
||||
# addons:
|
||||
# apt:
|
||||
# sources:
|
||||
# - ubuntu-toolchain-r-test
|
||||
# packages:
|
||||
# - g++-6
|
||||
# android_js cmake
|
||||
# - os: linux
|
||||
# env: BUILD_TARGET=android_js_cmake
|
||||
|
|
Loading…
Reference in New Issue