mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
travis
This commit is contained in:
parent
25c9e268b3
commit
56b17bc2b6
12
.travis.yml
12
.travis.yml
@ -1,7 +1,5 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
sudo: false
|
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
@ -12,12 +10,10 @@ php:
|
|||||||
- 7.3
|
- 7.3
|
||||||
- 7.4
|
- 7.4
|
||||||
|
|
||||||
before_script:
|
install: composer install --dev
|
||||||
- composer global require satooshi/php-coveralls
|
|
||||||
# - composer update --dev --quiet
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- phpunit -c phpunit.xml.dist
|
- php vendor/bin/phpunit -c phpunit.xml.dist
|
||||||
|
|
||||||
after_script:
|
after_success:
|
||||||
- coveralls
|
- travis_retry php vendor/bin/php-coveralls
|
||||||
|
Loading…
Reference in New Issue
Block a user