Open
Description
This replaces travis-ci/travis-ci#4515.
The original text by @gasi follows
Supersedes: travis-ci/travis-ci#4398
This is needed to build the Node.js image library sharp
which uses VIPS: https://github.com/lovell/sharp/
Script
before_install:
- echo "Installing libvips..."
- sudo add-apt-repository -y ppa:lovell/precise-backport-vips
- sudo apt-get update
- sudo apt-get install -y libvips-dev
See: lovell/sharp#187 (comment)
/cc @lovell
Metadata
Metadata
Assignees
Labels
No labels