Skip to content

Commit

Permalink
Just make it work
Browse files Browse the repository at this point in the history
  • Loading branch information
joppuyo authored Sep 2, 2018
1 parent 8fc66db commit 4f3d9e5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
language: php
php:
- '7.0.0'
before_script:
- sudo add-apt-repository -y ppa:dhor/myway
- sudo apt-get update
- sudo apt-get install -y libvips-dev
- yes | pecl install vips
- echo "extension=vips.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
script:
- composer install
- composer install --ignore-platform-reqs
- zip -r vips-image-editor.zip . -x \*.git\*
deploy:
provider: releases
Expand Down

0 comments on commit 4f3d9e5

Please sign in to comment.