Skip to content

Commit

Permalink
Merge pull request #15 from greenkeeperio/feat/node-8
Browse files Browse the repository at this point in the history
feat: node 8
  • Loading branch information
janl authored May 19, 2018
2 parents d6066b7 + 188bb3a commit de5b6f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ before_script:
- npm prune
after_success:
- npx semantic-release
# Trigger a push build on master and greenkeeper branches + PRs build on every branches
# Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)
branches:
except:
- /^v\d+\.\d+\.\d+$/
only:
- master
- /^greenkeeper.*$/
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"scripts": {
"test": "node test.js"
},
"engines": {
"node": "8"
},
"author": "",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit de5b6f0

Please sign in to comment.