Skip to content

Commit

Permalink
Add node 11 and 10 (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Dec 6, 2018
1 parent 1bda840 commit 2c61de5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- "9"
- "11"
- "10"
- "8"
- "6"

Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
@@ -1,6 +1,7 @@
environment:
BABEL_ENV: "test"
matrix:
- nodejs_version: "11"
- nodejs_version: "10"
- nodejs_version: "8"
- nodejs_version: "6"
Expand Down

0 comments on commit 2c61de5

Please sign in to comment.