Skip to content

Commit 5c2d5bf

Browse files
committed
🚀 Build/Travis: test builds against PHP 7.3
PHP 7.3 is now available on Travis, so testing against the highest supported PHP version should use PHP 7.3. Also: as this repo does not use coveralls, the condition for disabling Xdebug made no sense, so removing it.
1 parent 9121a1e commit 5c2d5bf

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)