mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-06-28 06:58:43 +02:00
Drop Travis configuration
This commit is contained in:
20
.travis.yml
20
.travis.yml
@ -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
|
Reference in New Issue
Block a user