Skip to content

Commit 4f3d9e5

Browse files
authored
Just make it work
1 parent 8fc66db commit 4f3d9e5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
language: php
22
php:
33
- '7.0.0'
4-
before_script:
5-
- sudo add-apt-repository -y ppa:dhor/myway
6-
- sudo apt-get update
7-
- sudo apt-get install -y libvips-dev
8-
- yes | pecl install vips
9-
- echo "extension=vips.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
104
script:
11-
- composer install
5+
- composer install --ignore-platform-reqs
126
- zip -r vips-image-editor.zip . -x \*.git\*
137
deploy:
148
provider: releases

0 commit comments

Comments
 (0)