Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ci] Test on node 9
  • Loading branch information
lpinca committed Nov 1, 2017
1 parent 48b0496 commit 9303db3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,9 +1,10 @@
language: node_js
sudo: false
node_js:
- "9"
- "8"
- "6"
- "4"
- "4.2.0"
after_success:
- "npm install coveralls@2 && nyc report --reporter=text-lcov | coveralls"
- "npm install coveralls@3 && nyc report --reporter=text-lcov | coveralls"
1 change: 1 addition & 0 deletions appveyor.yml
@@ -1,5 +1,6 @@
environment:
matrix:
- nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "6"
- nodejs_version: "4"
Expand Down

0 comments on commit 9303db3

Please sign in to comment.