Skip to content

Commit c86061a

Browse files
committed
chore(build): Reorder node build versions
1 parent 38a56c1 commit c86061a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ before_install:
44
- npm set progress=false
55
language: node_js
66
node_js:
7-
- "0.10"
8-
- "3.3"
9-
- "4.3"
107
- "5.7"
8+
- "4.3"
9+
- "3.3"
10+
- "0.10"
1111
script: npm run test:ci
1212
after_success:
1313
- curl -Lo travis_after_all.py https://raw.githubusercontent.com/contentful/travis_after_all/master/travis_after_all.py

0 commit comments

Comments
 (0)