Files
ugly-queue/.travis.yml
Daniel Carbone 4020de5223 Update .travis.yml
Updating to take advantage of Travis-CI containers.
2015-07-20 10:17:07 -05:00

18 lines
218 B
YAML

language: php
sudo: false
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
before_script:
- composer self-update 1.0.0-alpha10
- composer install --no-interaction --prefer-source
script:
- ./vendor/bin/phpunit