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 660a37f commit 150de8a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ addons:
- libbrotli-dev
- gtk-doc

script:
addons:
apt:
update: true

before_install:
- sudo apt-get install libbrotli-dev gtk-doc-tools -y
- wget https://github.com/libvips/libvips/archive/v$LIBVIPS.zip
- unzip v$LIBVIPS
- cd libvips-$LIBVIPS
Expand All @@ -51,7 +56,8 @@ script:
- make
- sudo make install
- sudo ldconfig


script:
- cd -
- sudo curl -fsSL -o /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 && sudo chmod +x /usr/local/bin/dep
- dep ensure -vendor-only
Expand Down

0 comments on commit 150de8a

Please sign in to comment.