Re-added .travis.yml

1.0
Alex Bilbie 2014-04-26 18:00:23 +01:00
parent d6d06948b8
commit 0846bbd2cd
1 changed files with 23 additions and 0 deletions

23
.travis.yml Normal file
View File

@ -0,0 +1,23 @@
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- composer self-update
- composer --version
- composer install --prefer-source
script: phpunit
cache:
directories:
- vendor