Skip to content

Commit

Permalink
Merge pull request #151 from pelias/greenkeeper_npx
Browse files Browse the repository at this point in the history
Use NPX to run Greenkeeper with Node.js 8
  • Loading branch information
trescube authored Sep 21, 2017
2 parents 2c751b3 + afffe79 commit 3d0be2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ matrix:
fast_finish: true
env:
global:
- BUILD_LEADER_ID=2
- CXX=g++-4.8
script: npm run travis
addons:
Expand All @@ -22,4 +23,5 @@ before_install:
before_script:
- npm prune
after_success:
- npm run semantic-release
- npm install -g npx
- npx -p node@8 npm run semantic-release

0 comments on commit 3d0be2c

Please sign in to comment.