Skip to content

Commit

Permalink
chore(build): use node 6
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisam committed May 1, 2017
1 parent 11eba54 commit 046cc0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ branches:
notifications:
email: false
node_js:
- '4'
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.21.3
- '6'
before_install:
- npm i -g npm@^4
before_script:
- npm prune
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"sr:beta": "semantic-release pre && npm run publish-npm:beta && semantic-release post"
},
"engines": {
"node": ">=4.6.x"
"node": ">=6.9.x"
},
"license": "MIT",
"publishConfig": {},
Expand Down

0 comments on commit 046cc0e

Please sign in to comment.