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 4, 2018
1 parent bb3b5f8 commit 9d7bcd2
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 9d7bcd2

Please sign in to comment.