Skip to content

Commit 4a8c430

Browse files
authored
Update .travis.yml
1 parent 87977d3 commit 4a8c430

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ php:
99

1010
before_script:
1111
- mkdir -p build/logs
12-
- composer require satooshi/php-coveralls:dev-master --dev --no-progress --prefer-source
12+
- composer install
1313

1414
script:
15-
- phpunit --coverage-clover build/logs/clover.xml
16-
17-
after_script:
18-
- php vendor/bin/coveralls -v
15+
- phpunit

0 commit comments

Comments
 (0)