travis test
This commit is contained in:
+6
-5
@@ -5,15 +5,13 @@ env:
|
|||||||
global:
|
global:
|
||||||
#- OS=mac # add this too to let the script know that the OS is a mac
|
#- OS=mac # add this too to let the script know that the OS is a mac
|
||||||
# - ARCH=i686 # add this to run in 32-bit mode. See availability at README
|
# - ARCH=i686 # add this to run in 32-bit mode. See availability at README
|
||||||
|
- HAXE_VER=3.1.3
|
||||||
|
- HAXE_VER=latest
|
||||||
# SAUCE_ACCESS_KEY
|
# SAUCE_ACCESS_KEY
|
||||||
- secure: "YOUR_ENCRYPTED_SAUCE_ACCESS_KEY" # if you want to use SauceLabs
|
- secure: "YOUR_ENCRYPTED_SAUCE_ACCESS_KEY" # if you want to use SauceLabs
|
||||||
# SAUCE_USERNAME
|
# SAUCE_USERNAME
|
||||||
- secure: "YOUR_ENCRYPTED_SAUCE_USERNAME" # if you want to use SauceLabs
|
- secure: "YOUR_ENCRYPTED_SAUCE_USERNAME" # if you want to use SauceLabs
|
||||||
matrix:
|
matrix:
|
||||||
- HAXE_VER: 3.1.3
|
|
||||||
- HAXE_VER: latest
|
|
||||||
|
|
||||||
- TARGET=neko
|
- TARGET=neko
|
||||||
# optional: FILENAME
|
# optional: FILENAME
|
||||||
- TARGET=interp
|
- TARGET=interp
|
||||||
@@ -39,12 +37,15 @@ env:
|
|||||||
# optional: FILENAME
|
# optional: FILENAME
|
||||||
# - TARGET=swf8
|
# - TARGET=swf8
|
||||||
# optional: FILENAME
|
# optional: FILENAME
|
||||||
#- TARGET=python
|
- TARGET=python
|
||||||
# optional: FILENAME
|
# optional: FILENAME
|
||||||
# optional: PYTHONCMD
|
# optional: PYTHONCMD
|
||||||
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
exclude:
|
||||||
|
- env: HAXE_VER=3.1.3, TARGET=python
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- env: SOME_ENV_HERE=some_opt
|
- env: SOME_ENV_HERE=some_opt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user