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

TravisCI: rearranged the order of TARGET.
Builds that are in the front seems to start earlier, so put the failing builds at the end as they are kind of less important.

Andy Li 11 жил өмнө
parent
commit
25afbe946c
1 өөрчлөгдсөн 5 нэмэгдсэн , 5 устгасан
  1. 5 5
      .travis.yml

+ 5 - 5
.travis.yml

@@ -1,14 +1,14 @@
 language: node_js
 
 env:
-  - TARGET=flash9
-  - TARGET=flash8
-  - TARGET=as3
-  - TARGET=neko
   - TARGET=macro
+  - TARGET=neko
+  - TARGET=js
   - TARGET=php
   - TARGET=cpp
-  - TARGET=js
+  - TARGET=flash9
+  - TARGET=flash8
+  - TARGET=as3
   - TARGET=java
   - TARGET=cs