We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc6830 commit a58ad34Copy full SHA for a58ad34
1 file changed
.travis.yml
@@ -7,11 +7,9 @@ sudo: false
7
addons:
8
code_climate:
9
repo_token: e3f592753a2a1c938f2fc8597a5344c91f3e1baa6e44ac5fdb88970c3a94265d
10
-before_install:
11
- - composer install
12
- - composer self-update
13
- - composer clear-cache
14
-script: phpunit --coverage-clover build/logs/clover.xml --configuration phpunit.xml
+install:
+- composer install
+script: vendor/bin/phpunit --coverage-clover build/logs/clover.xml --configuration phpunit.xml
15
after_success:
16
- vendor/bin/test-reporter
17
notifications:
0 commit comments