Update .travis.yml

Updating to take advantage of Travis-CI containers.
This commit is contained in:
2015-07-20 10:17:07 -05:00
parent 13df907166
commit 4020de5223

View File

@@ -1,5 +1,7 @@
language: php language: php
sudo: false
php: php:
- 5.3.3 - 5.3.3
- 5.3 - 5.3
@@ -8,9 +10,8 @@ php:
- 5.6 - 5.6
before_script: before_script:
- composer self-update - composer self-update 1.0.0-alpha10
- composer update --prefer-source - composer install --no-interaction --prefer-source
- composer install --no-interaction --dev --prefer-source
script: script:
- ./vendor/bin/phpunit - ./vendor/bin/phpunit