Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
iranianpep committed Jul 19, 2017
1 parent bfc6830 commit a58ad34
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ sudo: false
addons:
code_climate:
repo_token: e3f592753a2a1c938f2fc8597a5344c91f3e1baa6e44ac5fdb88970c3a94265d
before_install:
- composer install
- composer self-update
- composer clear-cache
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
after_success:
- vendor/bin/test-reporter
notifications:
Expand Down

0 comments on commit a58ad34

Please sign in to comment.