Skip to content

Commit 01747ec

Browse files
authored
Merge pull request #9 from eclipxe13/development
Fix travis build
2 parents 5c0ada7 + eef9844 commit 01747ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ addons:
99

1010
env:
1111
global:
12-
- BUILD_COVERAGE_PHP_VERSION="7.3"
13-
- BUILD_PHAR_PHP_VERSION="7.3"
12+
- BUILD_COVERAGE_PHP_VERSION="7.4"
13+
- BUILD_PHAR_PHP_VERSION="7.4"
1414
- BUILD_PHAR_OUTPUT="build/cfditopdf.phar"
15+
- XDEBUG_MODE=coverage
1516

1617
before_script:
1718
- phpenv config-rm xdebug.ini || true

0 commit comments

Comments
 (0)