Skip to content

Commit 3c98f3a

Browse files
Merge pull request #21 from ricardofiorani/fix-build
Fix build on travis
2 parents c870031 + 635b413 commit 3c98f3a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ sudo: false
33

44
# Setup build matrix
55
language: php
6+
dist: trusty
67
php:
78
- 5.4
89
- 5.5
910
- 5.6
1011
- 7.0
1112
- 7.1
1213
- 7.2
14+
- 7.3
1315

1416
matrix:
1517
include:
@@ -23,7 +25,7 @@ before_install:
2325
install:
2426
- travis_retry composer update --no-interaction --prefer-source
2527

26-
script: phpunit --coverage-clover=coverage.clover
28+
script: phpunit --verbose --coverage-clover=coverage.clover
2729

2830
after_script:
2931
- wget https://scrutinizer-ci.com/ocular.phar

0 commit comments

Comments
 (0)