Skip to content

Commit 447b625

Browse files
committed
Test on php 7.3
1 parent 817d4d1 commit 447b625

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
@@ -12,6 +12,8 @@ php:
1212
- 5.6
1313
- 7.0
1414
- 7.1
15+
- 7.2
16+
- 7.3
1517

1618
env:
1719
global:
@@ -30,10 +32,9 @@ matrix:
3032
before_install:
3133
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
3234
- if [[ "${TRAVIS_PHP_VERSION}" == "5.4" ]]; then composer remove slim/slim --dev --no-update; fi
33-
- travis_retry composer self-update
3435

3536
install:
36-
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
37+
- composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
3738

3839
script:
3940
- $TEST_COMMAND

0 commit comments

Comments
 (0)