Skip to content

Commit f7159b6

Browse files
authored
Merge pull request #107 from Nyholm/patch-73
Test on php 7.3
2 parents 9c151ed + dce4652 commit f7159b6

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@ php:
1212
- 5.6
1313
- 7.0
1414
- 7.1
15+
- 7.2
16+
- 7.3
1517

1618
env:
1719
global:
1820
- TEST_COMMAND="composer test"
1921

20-
branches:
21-
except:
22-
- /^analysis-.*$/
23-
2422
matrix:
2523
fast_finish: true
2624
include:
@@ -30,10 +28,9 @@ matrix:
3028
before_install:
3129
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
3230
- if [[ "${TRAVIS_PHP_VERSION}" == "5.4" ]]; then composer remove slim/slim --dev --no-update; fi
33-
- travis_retry composer self-update
3431

3532
install:
36-
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
33+
- composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
3734

3835
script:
3936
- $TEST_COMMAND

0 commit comments

Comments
 (0)