Updated travis config

This commit is contained in:
Graham Campbell
2013-12-31 12:13:52 +00:00
parent c28f4a7664
commit 413963a22a
+9 -3
View File
@@ -1,6 +1,12 @@
language: php
php:
- 5.4
- 5.3
- 5.3
- 5.4
- 5.5
before_script:
- composer install --dev
- composer self-update
- composer install --no-interaction --prefer-source --dev
script: phpunit