Skip to content

Commit 07a25d6

Browse files
committed
test(travis): Update node versions to test on travis
1 parent 1973417 commit 07a25d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ language: node_js
66
node_js:
77
- "0.10"
88
- "3.3"
9-
- "4.2"
10-
- "5.0"
9+
- "4.3"
10+
- "5.7"
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)