We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c870031 + 635b413 commit 3c98f3aCopy full SHA for 3c98f3a
.travis.yml
@@ -3,13 +3,15 @@ sudo: false
3
4
# Setup build matrix
5
language: php
6
+dist: trusty
7
php:
8
- 5.4
9
- 5.5
10
- 5.6
11
- 7.0
12
- 7.1
13
- 7.2
14
+ - 7.3
15
16
matrix:
17
include:
@@ -23,7 +25,7 @@ before_install:
23
25
install:
24
26
- travis_retry composer update --no-interaction --prefer-source
27
-script: phpunit --coverage-clover=coverage.clover
28
+script: phpunit --verbose --coverage-clover=coverage.clover
29
30
after_script:
31
- wget https://scrutinizer-ci.com/ocular.phar
0 commit comments