OAuth/.travis.yml

16 lines
207 B
YAML
Raw Normal View History

sudo: false
2012-12-04 01:28:30 +00:00
language: php
php:
- 5.3
2012-12-04 01:28:30 +00:00
- 5.4
- 5.5
- 5.6
- 7
- hhvm
before_script:
- composer selfupdate --quiet
- composer install --prefer-dist
- vendor/phpunit/phpunit/composer/bin/phpunit