2
0
Эх сурвалжийг харах

stop wasting travis time on flash8

Simon Krajewski 11 жил өмнө
parent
commit
71bc2c8608
1 өөрчлөгдсөн 0 нэмэгдсэн , 3 устгасан
  1. 0 3
      .travis.yml

+ 0 - 3
.travis.yml

@@ -22,12 +22,9 @@ env:
     - TEST=java
     - TEST=cs
     - TEST=python
-    - TEST=flash8
 
 matrix:
   # fast_finish: true #https://github.com/travis-ci/travis-ci/issues/1696
-  allow_failures:
-    - env: TEST=flash8
 
 before_script:
   - if [ "${TRAVIS_OS_NAME}" = "linux" ]; then mysql -u root -e "CREATE DATABASE haxe_test;"; fi