Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aldor007 authored Jan 10, 2019
1 parent 905d84e commit 6568650
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ addons:
- libbrotli-dev
- gtk-doc
- pkg-config
- swig
- automake

before_install:
- sudo apt-get install libbrotli-dev gtk-doc-tools pkg-config -y
- sudo apt-get install libbrotli-dev gtk-doc-tools pkg-config swig automake -y
- wget https://github.com/libvips/libvips/archive/v$LIBVIPS.zip
- unzip v$LIBVIPS
- cd libvips-$LIBVIPS
Expand Down

0 comments on commit 6568650

Please sign in to comment.