Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
chore: require node 8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: this package requires node 8
  • Loading branch information
boennemann authored and gr2m committed Aug 19, 2017
1 parent d574445 commit 16695c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@ cache:
- node_modules
notifications:
email: false
node_js:
- '4'
- '6'
- '7'
before_script:
- npm prune
after_success:
- npm run semantic-release
node_js: 8
after_success: npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@
},
"files": [
"index.js"
]
],
"engines": {
"node": ">=8"
}
}

0 comments on commit 16695c1

Please sign in to comment.