Drop Travis configuration

This commit is contained in:
Cédric Anne
2022-01-31 13:25:17 +01:00
parent 4e98b5065b
commit fd48299050

View File

@ -1,20 +0,0 @@
language: php
php:
- 5.6
- 7.4
- nightly
before_script:
- composer self-update
- composer install --optimize-autoloader --prefer-dist --no-interaction --no-progress --no-suggest
script:
- vendor/bin/robo --no-interaction code:cs --strict
matrix:
allow_failures:
- php: nightly
cache:
directories:
- $HOME/.composer/cache