Skip to content

Commit

Permalink
feat: node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed May 19, 2018
1 parent 904775e commit c9093cb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ cache:
directories:
- node_modules
node_js:
- '7'
- '8'
after_success:
- npm run deploy
# 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.*$/
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mhart/alpine-node:7
FROM mhart/alpine-node:8

ARG PKG_VERSION
ADD greenkeeper-badges-${PKG_VERSION}.tgz ./
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"standard": "^11.0.0"
},
"engines": {
"node": "7"
"node": "8"
},
"license": "Apache-2.0",
"publishConfig": {
Expand Down

0 comments on commit c9093cb

Please sign in to comment.