Skip to content

Commit

Permalink
feat: re-order the versions so that the newest version is tested first
Browse files Browse the repository at this point in the history
Travis runs jobs from top to bottom, and the newest nodes are both the most important ones and the fastest ones, so to get the fastest feedback, you want to see those results first (and you want them to thus finish first). This is more important when you have more than 5 builds (since 5 is the current throttling threshold for travis) but can also happen when you have other projects in the same org running.
  • Loading branch information
dominykas committed Jul 8, 2020
1 parent f03e9d8 commit f75dd6c
Show file tree
Hide file tree
Showing 19 changed files with 80 additions and 80 deletions.
8 changes: 4 additions & 4 deletions all/gte-10.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node_js:
- 10
- 11
- 12
- 13
- 14
- 13
- 12
- 11
- 10
6 changes: 3 additions & 3 deletions all/gte-11.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_js:
- 11
- 12
- 13
- 14
- 13
- 12
- 11
4 changes: 2 additions & 2 deletions all/gte-12.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_js:
- 12
- 13
- 14
- 13
- 12
2 changes: 1 addition & 1 deletion all/gte-13.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_js:
- 13
- 14
- 13
20 changes: 10 additions & 10 deletions all/gte-4.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
node_js:
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 13
- 12
- 11
- 10
- 9
- 8
- 7
- 6
- 5
- 4
18 changes: 9 additions & 9 deletions all/gte-5.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
node_js:
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 13
- 12
- 11
- 10
- 9
- 8
- 7
- 6
- 5
16 changes: 8 additions & 8 deletions all/gte-6.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
node_js:
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 13
- 12
- 11
- 10
- 9
- 8
- 7
- 6
14 changes: 7 additions & 7 deletions all/gte-7.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
node_js:
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 13
- 12
- 11
- 10
- 9
- 8
- 7
12 changes: 6 additions & 6 deletions all/gte-8.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
node_js:
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 13
- 12
- 11
- 10
- 9
- 8
10 changes: 5 additions & 5 deletions all/gte-9.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
node_js:
- 9
- 10
- 11
- 12
- 13
- 14
- 13
- 12
- 11
- 10
- 9
4 changes: 2 additions & 2 deletions lts/gte-10.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_js:
- 10
- 12
- 14
- 12
- 10
2 changes: 1 addition & 1 deletion lts/gte-12.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_js:
- 12
- 14
- 12
10 changes: 5 additions & 5 deletions lts/gte-4.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
node_js:
- 4
- 6
- 8
- 10
- 12
- 14
- 12
- 10
- 8
- 6
- 4
8 changes: 4 additions & 4 deletions lts/gte-6.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node_js:
- 6
- 8
- 10
- 12
- 14
- 12
- 10
- 8
- 6
6 changes: 3 additions & 3 deletions lts/gte-8.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_js:
- 8
- 10
- 12
- 14
- 12
- 10
- 8
2 changes: 1 addition & 1 deletion lts/strict/gte-10.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_js:
- 10
- 12
- 10
8 changes: 4 additions & 4 deletions lts/strict/gte-4.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node_js:
- 4
- 6
- 8
- 10
- 12
- 10
- 8
- 6
- 4
6 changes: 3 additions & 3 deletions lts/strict/gte-6.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_js:
- 6
- 8
- 10
- 12
- 10
- 8
- 6
4 changes: 2 additions & 2 deletions lts/strict/gte-8.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_js:
- 8
- 10
- 12
- 10
- 8

0 comments on commit f75dd6c

Please sign in to comment.