We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b45ff commit 4560a12Copy full SHA for 4560a12
.travis.yml
@@ -9,18 +9,20 @@ php:
9
- 7.2
10
- nightly
11
12
+matrix:
13
+ fast_finish: true
14
+
15
+cache:
16
+ directories:
17
+ - $HOME/.composer/cache
18
19
before_script:
- - composer install --no-interaction
20
+ - composer install -n
21
22
script:
- - vendor/bin/phpunit --coverage-clover=coverage.clover
23
+ - vendor/bin/phpunit
24
- vendor/bin/phpcs --standard=PSR2 ./src/
25
-after_script:
- - wget https://scrutinizer-ci.com/ocular.phar
- - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
-
26
# Use Travis' new container-based infrastructure.
27
# See http://docs.travis-ci.com/user/migrating-from-legacy/#How-can-I-use-container-based-infrastructure%3F
28
sudo: false
0 commit comments