1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 21:08:34 +01:00

Delete .travis.yml

This commit is contained in:
Barry vd. Heuvel 2020-12-07 11:47:53 +01:00 committed by GitHub
parent ae942fd21d
commit 6d4195c6af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,30 +0,0 @@
language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4
- nightly
# 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
## Cache composer
cache:
directories:
- $HOME/.composer/cache
install:
- travis_retry composer install --no-interaction --prefer-dist
script:
- vendor/bin/phpunit