mirror of https://github.com/axmolengine/axmol.git
12 lines
224 B
YAML
12 lines
224 B
YAML
|
language: objective-c
|
||
|
script:
|
||
|
- export PYTHON_BIN=/usr/bin/python
|
||
|
- ./tools/travis-scripts/run-script.sh
|
||
|
before_install:
|
||
|
- ./tools/travis-scripts/before-install.sh
|
||
|
env:
|
||
|
- PLATFORM=ios
|
||
|
branches:
|
||
|
only:
|
||
|
- mac-travis
|