Skip to content

Commit fe337a2

Browse files
committed
some steps belong together
1 parent 15a808b commit fe337a2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@ jobs:
3131
script:
3232
- vendor/bin/phpunit
3333
after_script:
34-
- wget https://scrutinizer-ci.com/ocular.phar
35-
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
36-
- wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar
37-
- php coveralls.phar --verbose
34+
- wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
35+
- wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar && php coveralls.phar --verbose
3836

3937
cache:
4038
directories:

0 commit comments

Comments
 (0)