exclude old haxe/browser from tests
This commit is contained in:
+2
-8
@@ -23,26 +23,20 @@ env:
|
|||||||
# optional: FILENAME
|
# optional: FILENAME
|
||||||
# optional: SAUCE_BROWSERS: specify the .json file that specifies the SauceLabs browsers to test. Defaults to `.sauce-browsers.json`
|
# optional: SAUCE_BROWSERS: specify the .json file that specifies the SauceLabs browsers to test. Defaults to `.sauce-browsers.json`
|
||||||
- TARGET=php
|
- TARGET=php
|
||||||
- TARGET=php HAXE_VER=3.2.0
|
|
||||||
# optional: FILENAME
|
# optional: FILENAME
|
||||||
- TARGET=cpp
|
- TARGET=cpp
|
||||||
- TARGET=cpp HAXE_VER=3.2.0
|
|
||||||
# optional: FILENAME
|
# optional: FILENAME
|
||||||
- TARGET=swf
|
- TARGET=swf
|
||||||
- TARGET=swf HAXE_VER=3.2.0
|
|
||||||
# optional: FILENAME
|
# optional: FILENAME
|
||||||
# - TARGET=as3
|
# - TARGET=as3
|
||||||
# optional: FILENAME
|
# optional: FILENAME
|
||||||
- TARGET=java
|
- TARGET=java
|
||||||
- TARGET=java HAXE_VER=3.2.0
|
|
||||||
# optional: FILENAME
|
# optional: FILENAME
|
||||||
- TARGET=cs
|
- TARGET=cs
|
||||||
- TARGET=cs HAXE_VER=3.2.0
|
|
||||||
# optional: FILENAME
|
# optional: FILENAME
|
||||||
# - TARGET=swf8
|
# - TARGET=swf8
|
||||||
# optional: FILENAME
|
# optional: FILENAME
|
||||||
- TARGET=python
|
- TARGET=python
|
||||||
- TARGET=python HAXE_VER=3.2.0
|
|
||||||
# optional: FILENAME
|
# optional: FILENAME
|
||||||
# optional: PYTHONCMD
|
# optional: PYTHONCMD
|
||||||
|
|
||||||
@@ -50,9 +44,9 @@ env:
|
|||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
exclude:
|
exclude:
|
||||||
- env: HAXE_VER=3.1.3, TARGET=python
|
# - env: HAXE_VER=3.1.3, TARGET=python
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- env: SOME_ENV_HERE=some_opt
|
- env: TARGET=js, TOOLCHAIN=default
|
||||||
|
|
||||||
before_install: # clone travis-hx repo
|
before_install: # clone travis-hx repo
|
||||||
- travis_retry git clone --depth=50 --branch=master git://github.com/waneck/travis-hx.git ~/travis-hx
|
- travis_retry git clone --depth=50 --branch=master git://github.com/waneck/travis-hx.git ~/travis-hx
|
||||||
|
|||||||
Reference in New Issue
Block a user