Skip to content

Commit

Permalink
Merge pull request #9 from eclipxe13/development
Browse files Browse the repository at this point in the history
Fix travis build
  • Loading branch information
eclipxe13 authored Dec 3, 2020
2 parents 5c0ada7 + eef9844 commit 01747ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ addons:

env:
global:
- BUILD_COVERAGE_PHP_VERSION="7.3"
- BUILD_PHAR_PHP_VERSION="7.3"
- BUILD_COVERAGE_PHP_VERSION="7.4"
- BUILD_PHAR_PHP_VERSION="7.4"
- BUILD_PHAR_OUTPUT="build/cfditopdf.phar"
- XDEBUG_MODE=coverage

before_script:
- phpenv config-rm xdebug.ini || true
Expand Down

0 comments on commit 01747ec

Please sign in to comment.