1
0
mirror of https://github.com/Intervention/image.git synced 2025-02-06 22:00:38 +01:00
intervention_image/.travis.yml

26 lines
438 B
YAML
Raw Normal View History

2013-03-28 13:27:12 +01:00
language: php
php:
2014-05-10 21:22:00 +02:00
- 5.4
- 5.5
- 5.6
- nightly
2014-07-09 12:33:06 +02:00
- hhvm
matrix:
allow_failures:
- php: nightly
2014-07-09 12:33:06 +02:00
- php: hhvm
2014-05-10 21:22:00 +02:00
before_install:
- sudo add-apt-repository -y ppa:moti-p/cc
- sudo apt-get update
- sudo apt-get -y --reinstall install imagemagick
- printf "\n" | pecl install imagick-beta
2013-03-28 13:27:12 +01:00
before_script:
2014-05-10 21:22:00 +02:00
- composer self-update
- composer install --prefer-source --no-interaction --dev
script: phpunit