Skip to content
This repository was archived by the owner on Dec 2, 2018. It is now read-only.

Commit 22a9c86

Browse files
committed
Hopefully fixes tests on Linux.
1 parent c152ff4 commit 22a9c86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ before_install:
2121
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install cairo pango ; fi
2222
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update ; fi
2323
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y pkg-config libcairo2-dev libpango1.0-dev libssl-dev libjpeg62-dev libgif-dev; fi
24+
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then npm install canvas ; fi

0 commit comments

Comments
 (0)