Skip to content

Commit 03108f0

Browse files
authored
Merge pull request #7 from PHPCompatibility/feature/travis-add-php-7.3
Build/Travis: test builds against PHP 7.3
2 parents 9121a1e + 5c2d5bf commit 03108f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ cache:
1111

1212
php:
1313
- 5.4
14-
- 7.2
14+
- 7.3
1515

1616
matrix:
1717
fast_finish: true
1818

1919
before_install:
2020
# Speed up build time by disabling Xdebug when its not needed.
21-
- if [[ $COVERALLS_VERSION == "notset" ]]; then phpenv config-rm xdebug.ini || echo 'No xdebug config.'; fi
21+
- phpenv config-rm xdebug.ini || echo 'No xdebug config.'
2222
- composer install
2323

2424
script:

0 commit comments

Comments
 (0)