Improved travis config
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -4,13 +4,10 @@ php:
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- hhvm
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
sudo: false
|
||||
|
||||
before_script:
|
||||
- travis_retry composer self-update
|
||||
- travis_retry composer install --no-interaction --prefer-source --dev
|
||||
install: travis_retry composer install --no-interaction --prefer-source
|
||||
|
||||
script:
|
||||
- ./vendor/bin/phpunit --verbose --coverage-text
|
||||
script: vendor/bin/phpunit
|
||||
|
||||
Reference in New Issue
Block a user