Explorar o código

TravisCI: enabled fast_finish and re-arranged build matrix
fast_finish: http://docs.travis-ci.com/user/build-configuration/#Fast-finishing

Andy Li %!s(int64=11) %!d(string=hai) anos
pai
achega
6a8ea641e6
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -13,12 +13,13 @@ env:
     - TARGET=php
     - TARGET=php
     - TARGET=cpp
     - TARGET=cpp
     - TARGET=flash9
     - TARGET=flash9
-    - TARGET=flash8
     - TARGET=as3
     - TARGET=as3
     - TARGET=java
     - TARGET=java
     - TARGET=cs
     - TARGET=cs
+    - TARGET=flash8
 
 
 matrix:
 matrix:
+  fast_finish: true
   allow_failures:
   allow_failures:
     - env: TARGET=flash8
     - env: TARGET=flash8