We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817d4d1 commit 447b625Copy full SHA for 447b625
.travis.yml
@@ -12,6 +12,8 @@ php:
12
- 5.6
13
- 7.0
14
- 7.1
15
+ - 7.2
16
+ - 7.3
17
18
env:
19
global:
@@ -30,10 +32,9 @@ matrix:
30
32
before_install:
31
33
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
34
- if [[ "${TRAVIS_PHP_VERSION}" == "5.4" ]]; then composer remove slim/slim --dev --no-update; fi
- - travis_retry composer self-update
35
36
install:
- - travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
37
+ - composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
38
39
script:
40
- $TEST_COMMAND
0 commit comments