Added travis config file

1.9.x
Yannick Warnier 11 years ago
parent 90ac4c9b2a
commit 7a20314f99
  1. 13
      .travis.yml

@ -0,0 +1,13 @@
language: php
php:
- 5.3
- 5.4
- 5.5
before_script: composer install -n
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq php5-imagick
script: phpunit -c tests/phpunit
Loading…
Cancel
Save