1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-29 03:07:42 +01:00

Update .travis.yml

This commit is contained in:
Barry vd. Heuvel 2019-10-18 15:49:50 +02:00 committed by GitHub
parent 373f6af121
commit b0efa3b790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,20 @@
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4snapshot
# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
## Cache composer
cache:
directories:
- $HOME/.composer/cache
sudo: false
@ -13,7 +23,11 @@ cache:
directories:
- $HOME/.composer/cache
before_script:
matrix:
allow_failures:
- php: 7.4snapshot
install:
- travis_retry composer install --no-interaction --prefer-dist
script: