Skip to content

Commit

Permalink
Merge pull request #307 from edx/mroytman/fix-greenkeeper-npm-ci
Browse files Browse the repository at this point in the history
fix(greenkeeper): greenkeeper incompatible with npm ci, use npm install
  • Loading branch information
MichaelRoytman committed Aug 3, 2018
2 parents 43cbdd9 + f91a9f7 commit ad3b47e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ notifications:
before_install:
- npm install -g npm@5
- npm install -g greenkeeper-lockfile@1
install:
- npm install
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
script:
Expand Down

0 comments on commit ad3b47e

Please sign in to comment.