Skip to content

Commit 0e90dba

Browse files
install peerDeps in before_install, fix npm3 tests
1 parent 8adc35c commit 0e90dba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ addons:
1717
osx_image: xcode8
1818
before_install:
1919
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-4.8; fi
20+
- npm install sharp@^0.18.0

0 commit comments

Comments
 (0)