Skip to content

Commit

Permalink
really use new node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Barry committed Sep 29, 2018
1 parent 6a49f35 commit 1d5cc5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "0.10"
- "8"
before_script:
- npm install -g grunt-cli
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"engines": {
"node": ">= 8.12"
"node": ">= 8.12.0"
},
"scripts": {
"test": "grunt test"
Expand Down

0 comments on commit 1d5cc5f

Please sign in to comment.