Skip to content

Commit

Permalink
Update .travis.yml and appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joliss committed Feb 20, 2018
1 parent 545a157 commit 7b6f8c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "4"
- "6"
- "8"
- "stable"
sudo: false
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -7,8 +7,8 @@ init:
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "4.2"
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "8"

# Install scripts. (runs after repo cloning)
install:
Expand Down

0 comments on commit 7b6f8c2

Please sign in to comment.