Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
shanliu committed Sep 12, 2019
1 parent 1014f59 commit 6253edf
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
language: php
php:
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4

before_script:
- composer install --dev
- cd tests
script:
- ../vendor/bin/phpunit -v
after_script:
- cd ..
- travis_retry vendor/bin/php-coveralls -x tests/report/clover.xml -o tests/report/coveralls.json -v
language: php
php:
- 7.0
- 7.1
- 7.2
- 7.3

before_script:
- composer install --dev
- cd tests
script:
- ../vendor/bin/phpunit -v
after_script:
- cd ..
- travis_retry vendor/bin/php-coveralls -x tests/report/clover.xml -o tests/report/coveralls.json -v

0 comments on commit 6253edf

Please sign in to comment.