Browse Source

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

Andy Li 11 years ago
parent
commit
6a8ea641e6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

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