mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 21:19:46 +05:30
Fixed broken .travis.yml file
This commit is contained in:
parent
8e0b525ba2
commit
1f61f45f5f
11
.travis.yml
11
.travis.yml
@ -12,8 +12,15 @@ matrix:
|
||||
|
||||
before_script:
|
||||
- composer self-update
|
||||
- composer --version
|
||||
- composer require satooshi/php-coveralls:dev-master --no-update --dev
|
||||
- composer install --prefer-source
|
||||
- ./vendor/bin/phpcs src --standard=psr2
|
||||
|
||||
script:
|
||||
- mkdir -p build/logs
|
||||
- phpunit --coverage-text
|
||||
- ./vendor/bin/phpcs src --standard=psr2
|
||||
|
||||
after_script:
|
||||
- php vendor/bin/coveralls
|
||||
|
||||
script: phpunit --configuration phpunit.xml.dist
|
Loading…
Reference in New Issue
Block a user