Skip to content

Commit a58ad34

Browse files
committed
update travis
1 parent bfc6830 commit a58ad34

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ sudo: false
77
addons:
88
code_climate:
99
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
10+
install:
11+
- composer install
12+
script: vendor/bin/phpunit --coverage-clover build/logs/clover.xml --configuration phpunit.xml
1513
after_success:
1614
- vendor/bin/test-reporter
1715
notifications:

0 commit comments

Comments
 (0)