Skip to content

Commit

Permalink
fix travis-ci failed
Browse files Browse the repository at this point in the history
- cherry-pick of #219 by @SSANSH
- Fix mkdir if folder exist
- Bumping up node to 10.16.0
  • Loading branch information
SSANSH authored and kyungilpark committed Jul 25, 2019
1 parent cdc5d5d commit 4f48f7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- "10"
before_script:
- npm install -g grunt-cli
- mkdir ~/bin
- mkdir -p ~/bin
- export PATH=~/bin:$PATH
- npm install

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"main": "lib/plato",
"engines": {
"node": ">= 4.4.5"
"node": ">= 10.16.0"
},
"scripts": {
"test": "grunt test"
Expand Down

0 comments on commit 4f48f7e

Please sign in to comment.