Added .travis.yml
This commit is contained in:
parent
3bd32c380d
commit
c49afcd7f6
|
@ -0,0 +1,7 @@
|
|||
language: php
|
||||
|
||||
php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
|
||||
before_script: composer install --dev --prefer-source
|
Loading…
Reference in New Issue