Skip to content

Commit

Permalink
Update greenkeeper scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Coston Perkins committed Sep 4, 2018
1 parent eac9ffc commit 2a79ee6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -6,8 +6,10 @@ script:
- npm install
- npm run build
before_install:
- npm install -g npm
- npm install -g greenkeeper-lockfile@1
# package-lock.json was introduced in npm@5
- '[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9
- npm install -g greenkeeper-lockfile
install: npm install
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
after_success: 'npm run coveralls'

0 comments on commit 2a79ee6

Please sign in to comment.