Skip to content

Commit

Permalink
TravisCI: rearranged the order of TARGET.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
andyli committed Dec 7, 2013
1 parent 99d51fe commit 25afbe9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 25afbe9

Please sign in to comment.