Skip to content

Commit

Permalink
Greenkeeper doesn't work with npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakypete81 committed Jun 9, 2018
1 parent a097948 commit 8b40624
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ env:
before_install:
- npm install -g greenkeeper-lockfile@1

# Workaround for https://github.com/greenkeeperio/greenkeeper-lockfile/issues/156
# ("npm ci" doesn't work with greenkeeper)
install:
- npm install

before_script:
- greenkeeper-lockfile-update
# Use xvfb to run Firefox
Expand Down

0 comments on commit 8b40624

Please sign in to comment.