oauth2-server/.travis.yml

18 lines
224 B
YAML
Raw Normal View History

2012-12-31 03:01:19 +05:30
language: php
php:
- 5.4
2013-08-08 18:55:17 +05:30
- 5.5
2013-12-19 18:02:09 +05:30
- hhvm
2013-12-24 05:09:49 +05:30
matrix:
allow_failures:
- php: hhvm
2012-12-31 03:01:19 +05:30
2013-07-27 05:17:10 +05:30
before_script: composer install --prefer-source
script: phpunit --configuration phpunit.xml.dist
cache:
directories:
2013-12-19 18:02:09 +05:30
- vendor