Skip to content

Commit fe362f9

Browse files
aivuss0ph1e
authored andcommitted
Update travis configuration to test on nodejs v9 and v10 (#277)
* Update to node 10 in .travis.yml * Add checks on nodejs v9 * Add nodejs 9/10 to appveyor
1 parent d744f8a commit fe362f9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ node_js:
66
- '6'
77
- '7'
88
- '8'
9+
- '9'
10+
- '10'
911
after_success:
1012
- travis_retry codeclimate-test-reporter < coverage/lcov.info
1113
- travis_retry coveralls < coverage/lcov.info

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ environment:
55
- nodejs_version: "6"
66
- nodejs_version: "7"
77
- nodejs_version: "8"
8+
- nodejs_version: "9"
9+
- nodejs_version: "10"
810

911
install:
1012
- ps: Install-Product node $env:nodejs_version

0 commit comments

Comments
 (0)