Browse Source

Merge pull request #999 from pelias/greenkeeper_npx

Use NPX to run Greenkeeper with Node.js 8
pull/1001/head
Stephen K Hess 7 years ago committed by GitHub
parent
commit
f6a1cdbc3d
  1. 4
      .travis.yml

4
.travis.yml

@ -9,6 +9,7 @@ matrix:
fast_finish: true
env:
global:
- BUILD_LEADER_ID=2
- CXX=g++-4.8
script: npm run travis
addons:
@ -22,7 +23,8 @@ before_install:
before_script:
- npm prune
after_success:
- npm run semantic-release
- npm install -g npx
- npx -p node@8 npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/

Loading…
Cancel
Save