Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chadicus committed Dec 5, 2016
1 parent 6b9cd2c commit 225fd1d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Expand Up @@ -5,10 +5,6 @@ php:
- 7.0
- 7.1

before_script:
- composer self-update || true
- composer install

install: composer install
script: ./vendor/bin/phpunit --coverage-clover clover.xml

after_success: ./vendor/bin/coveralls -v

0 comments on commit 225fd1d

Please sign in to comment.