oauth2-server/.travis.yml

24 lines
250 B
YAML
Raw Normal View History

2012-12-31 03:01:19 +05:30
language: php
2015-03-23 04:49:36 +05:30
sudo: false
cache:
directories:
- vendor
2012-12-31 03:01:19 +05:30
php:
- 5.5.9
2013-08-08 18:55:17 +05:30
- 5.5
2014-02-11 22:57:35 +05:30
- 5.6
2015-03-04 03:30:47 +05:30
- 7.0
2013-12-19 18:02:09 +05:30
- hhvm
2014-01-16 22:23:44 +05:30
2014-11-09 00:06:59 +05:30
install:
- travis_retry composer install --no-interaction --prefer-source
2014-05-03 15:48:09 +05:30
script:
2016-02-12 23:21:16 +05:30
- vendor/bin/phpunit
2015-04-05 22:51:57 +05:30
2014-12-11 19:55:35 +05:30
branches:
only:
- master