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.
2 parents 9c151ed + dce4652 commit f7159b6Copy full SHA for f7159b6
.travis.yml
@@ -12,15 +12,13 @@ php:
12
- 5.6
13
- 7.0
14
- 7.1
15
+ - 7.2
16
+ - 7.3
17
18
env:
19
global:
20
- TEST_COMMAND="composer test"
21
-branches:
- except:
22
- - /^analysis-.*$/
23
-
24
matrix:
25
fast_finish: true
26
include:
@@ -30,10 +28,9 @@ matrix:
30
28
before_install:
31
29
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
32
- if [[ "${TRAVIS_PHP_VERSION}" == "5.4" ]]; then composer remove slim/slim --dev --no-update; fi
33
- - travis_retry composer self-update
34
35
install:
36
- - travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
+ - composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
37
38
script:
39
- $TEST_COMMAND
0 commit comments