Skip to content

Commit fb60865

Browse files
committed
test build php 7.3
1 parent a44aee8 commit fb60865

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ matrix:
1818
env: COVERAGE=1
1919
- php: 5.3
2020
env: COMPOSER_MEMORY_LIMIT=2G
21+
- php: 7.3
22+
env: DEPENDENCIES="--ignore-platform-reqs"
2123
exclude:
22-
- php: 7.0
2324
- php: 5.3
25+
- php: 7.0
26+
- php: 7.3
2427
allow_failures:
2528
- php: 7.3
2629

@@ -43,7 +46,7 @@ before_script:
4346
- if [ -z "$COVERAGE" ]; then phpenv config-rm xdebug.ini || echo "xdebug not available" ; fi
4447
## Composer
4548
- composer self-update
46-
- travis_wait composer install --prefer-source
49+
- travis_wait composer install --prefer-source $(if [ -n "$DEPENDENCIES" ]; then echo $DEPENDENCIES; fi)
4750
## PHPDocumentor
4851
##- mkdir -p build/docs
4952
- mkdir -p build/coverage

0 commit comments

Comments
 (0)