test build php 7.3
This commit is contained in:
parent
a44aee8c34
commit
fb60865b8d
@ -18,9 +18,12 @@ matrix:
|
|||||||
env: COVERAGE=1
|
env: COVERAGE=1
|
||||||
- php: 5.3
|
- php: 5.3
|
||||||
env: COMPOSER_MEMORY_LIMIT=2G
|
env: COMPOSER_MEMORY_LIMIT=2G
|
||||||
|
- php: 7.3
|
||||||
|
env: DEPENDENCIES="--ignore-platform-reqs"
|
||||||
exclude:
|
exclude:
|
||||||
- php: 7.0
|
|
||||||
- php: 5.3
|
- php: 5.3
|
||||||
|
- php: 7.0
|
||||||
|
- php: 7.3
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: 7.3
|
- php: 7.3
|
||||||
|
|
||||||
@ -43,7 +46,7 @@ before_script:
|
|||||||
- if [ -z "$COVERAGE" ]; then phpenv config-rm xdebug.ini || echo "xdebug not available" ; fi
|
- if [ -z "$COVERAGE" ]; then phpenv config-rm xdebug.ini || echo "xdebug not available" ; fi
|
||||||
## Composer
|
## Composer
|
||||||
- composer self-update
|
- composer self-update
|
||||||
- travis_wait composer install --prefer-source
|
- travis_wait composer install --prefer-source $(if [ -n "$DEPENDENCIES" ]; then echo $DEPENDENCIES; fi)
|
||||||
## PHPDocumentor
|
## PHPDocumentor
|
||||||
##- mkdir -p build/docs
|
##- mkdir -p build/docs
|
||||||
- mkdir -p build/coverage
|
- mkdir -p build/coverage
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user