Skip to content

Commit 3d3bbca

Browse files
github-19: update travis settings
1 parent bc9ac6b commit 3d3bbca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ php:
99

1010
sudo: false
1111

12+
install: composer install --no-interaction
13+
1214
before_script:
1315
- travis_retry composer self-update
1416
- travis_retry composer install --dev --no-interaction
1517

1618
script:
1719
- mkdir -p build/logs
18-
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
20+
- composer test
1921

2022
after_success:
2123
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php vendor/bin/coveralls -v; fi;'

0 commit comments

Comments
 (0)