Skip to content

Commit

Permalink
chore(CI): build only on node v6
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Oct 20, 2016
1 parent 458707e commit 15037c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ before_script:
- sh -e /etc/init.d/xvfb start
- sleep 3
node_js:
- 4.4.7
- 6.3.0
install:
- npm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"webpack-dev-server": "1.16.2"
},
"engines": {
"node": ">= 4.2.1",
"node": ">= 6.x",
"npm": ">= 3"
}
}

0 comments on commit 15037c1

Please sign in to comment.