Skip to content

Commit 4560a12

Browse files
authored
Update .travis.yml
1 parent 87b45ff commit 4560a12

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.travis.yml

+9-7
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,20 @@ php:
99
- 7.2
1010
- nightly
1111

12+
matrix:
13+
fast_finish: true
14+
15+
cache:
16+
directories:
17+
- $HOME/.composer/cache
18+
1219
before_script:
13-
- composer install --no-interaction
20+
- composer install -n
1421

1522
script:
16-
- vendor/bin/phpunit --coverage-clover=coverage.clover
23+
- vendor/bin/phpunit
1724
- vendor/bin/phpcs --standard=PSR2 ./src/
1825

19-
after_script:
20-
- wget https://scrutinizer-ci.com/ocular.phar
21-
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
22-
2326
# Use Travis' new container-based infrastructure.
2427
# See http://docs.travis-ci.com/user/migrating-from-legacy/#How-can-I-use-container-based-infrastructure%3F
2528
sudo: false
26-

0 commit comments

Comments
 (0)