Skip to content

Commit

Permalink
update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
flowmemo committed Jun 21, 2017
1 parent d3c531a commit 77db2b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '7'
- '8'
- '6'
before_install:
- npm set progress=false
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -2,7 +2,7 @@
environment:
matrix:
# node.js
- nodejs_version: "7"
- nodejs_version: "8"
- nodejs_version: "6"

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

0 comments on commit 77db2b3

Please sign in to comment.