Skip to content

Commit

Permalink
Update .travis.yml for Node-12 canvas [skip appveyor]
Browse files Browse the repository at this point in the history
Try again, this time adding _all_ external libraries from its [Ubuntu installation instructions](https://github.com/Automattic/node-canvas/wiki/Installation:-Ubuntu-and-other-Debian-based-systems).
  • Loading branch information
plroebuck committed May 14, 2019
1 parent 734df79 commit dc833e5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -15,8 +15,15 @@ node_js: '12'
addons:
apt:
packages:
# Growl
- libnotify-bin
# Canvas
- pkg-config
- libcairo2-dev
- libpango1.0-dev
- libjpeg-dev
- libgif-dev
- librsvg2-dev
# `nvm install` happens before the cache is restored, which means
# we must install our own npm elsewhere (`~/npm`)
before_install: |
Expand Down

0 comments on commit dc833e5

Please sign in to comment.