Skip to content

Commit

Permalink
fix(build-main): fix version of greenkeeper-lockfile which is install…
Browse files Browse the repository at this point in the history
…ed during travis build
  • Loading branch information
ageorges-nbb committed Aug 9, 2018
1 parent 0b81c1e commit 1970b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_install:
- echo $AUTHOR_NAME
- export TZ=Europe/Brussels
- npm i -g npm@5.8.0
- npm i -g greenkeeper-lockfile
- npm i -g greenkeeper-lockfile@2.4.0
# This ensures that we are authenticated without requiring to have an actual .npmrc file within the project
- 'echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> ~/.npmrc'

Expand Down

0 comments on commit 1970b71

Please sign in to comment.