Skip to content

Commit

Permalink
feat(node): Drop support of node <6
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node <6 is not supported anymore
  • Loading branch information
danez committed Jul 11, 2018
1 parent 3485f71 commit 14b1b13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ node_js:
- '10'
- '8'
- '6'
install: yarn --frozen-lockfile --ignore-engines
before_script:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
script:
- yarn test
after_success:
- bash <(curl -s https://codecov.io/bash) -f coverage/coverage-final.json
- yarn semantic-release
- 'if [[ "$TRAVIS_JOB_NUMBER" == *.1 ]]; then yarn semantic-release; fi'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"url": "https://github.com/ariporad/pirates.git"
},
"engines": {
"node": ">= 4"
"node": ">= 6"
},
"author": {
"name": "Ari Porad",
Expand Down

0 comments on commit 14b1b13

Please sign in to comment.