Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
esbenp authored Oct 31, 2020
1 parent e987834 commit ec8d318
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ language: php
install:
composer install
php:
- 5.5
- 5.6
- hhvm
- 7.1
- 7.2
- 7.3

script:
- mkdir -p build/logs
- php vendor/bin/phpunit -c phpunit.xml

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

0 comments on commit ec8d318

Please sign in to comment.