oauth2-server/.travis.yml

19 lines
232 B
YAML
Raw Normal View History

2012-12-30 21:31:19 +00:00
language: php
php:
- 5.4
2013-08-08 09:25:17 -04:00
- 5.5
2014-02-11 12:27:35 -05:00
- 5.6
2013-12-19 12:32:09 +00:00
- hhvm
2013-12-23 23:39:49 +00:00
matrix:
allow_failures:
- php: hhvm
2012-12-30 21:31:19 +00:00
2013-07-27 06:47:10 +07:00
before_script: composer install --prefer-source
script: phpunit --configuration phpunit.xml.dist
cache:
directories:
2013-12-19 12:32:09 +00:00
- vendor