1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-01 18:02:45 +02:00

added .travis.yml

This commit is contained in:
Oliver Vogel
2013-03-28 13:27:12 +01:00
parent 77ac569044
commit 1e175ef39e

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
language: php
php:
- 5.3
- 5.4
- 5.5
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev