Remove travis

This commit is contained in:
michaelachrisco 2019-02-21 12:51:41 -08:00 committed by GitHub
parent 6353e650ce
commit c6831f887b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,25 +0,0 @@
language: php
php:
- 7.0
env:
global:
- setup=basic
matrix:
include:
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
sudo: false
install:
- if [[ $setup = 'basic' ]]; then travis_retry composer install --no-interaction --prefer-source; fi
- if [[ $setup = 'stable' ]]; then travis_retry composer update --prefer-source --no-interaction --prefer-stable; fi
- if [[ $setup = 'lowest' ]]; then travis_retry composer update --prefer-source --no-interaction --prefer-lowest --prefer-stable; fi
script:
- ./vendor/bin/kahlan -reporter=verbose