oauth2-server/.travis.yml

24 lines
400 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-12 09:57:58 +00:00
- 5.6
2014-01-16 16:53:44 +00:00
- hhvm
matrix:
allow_failures:
- php: hhvm
2012-12-30 21:31:19 +00:00
2014-01-16 17:09:51 +00:00
before_script:
- composer self-update
2014-05-03 11:18:09 +01:00
- composer require satooshi/php-coveralls:dev-master --no-update --dev
2014-01-16 17:09:51 +00:00
- composer install --prefer-source
2014-05-03 11:18:09 +01:00
script:
- mkdir -p build/logs
- phpunit --coverage-text
- ./vendor/bin/phpcs src --standard=psr2
after_script:
2014-05-03 11:21:05 +01:00
- php vendor/bin/coveralls