Update .travis.yml

This commit is contained in:
Ahmed 2019-11-07 16:55:43 +01:00 committed by GitHub
parent 9a90fc964b
commit b7120d8e3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ php:
- 5.6 - 5.6
- 7.0 - 7.0
- 7.1 - 7.1
- 7.2
## Cache composer ## Cache composer
cache: cache:
@ -15,4 +16,4 @@ before_script:
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
script: script:
- make ci - make ci