Skip to content

Commit

Permalink
ADDED - run tests with php 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bartko-s committed Jun 1, 2019
1 parent 546aaa3 commit eb7c4c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ php:
- 7.0
- 7.1
- 7.2
- 7.3
- nightly
- hhvm

before_script:
- composer self-update
- composer install --dev

script: vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover tests/clover.xml
script: composer test

after_script:
- php vendor/bin/coveralls -v
Expand Down

0 comments on commit eb7c4c8

Please sign in to comment.