mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 23:51:25 +00:00
Removed EOL php versions
Added secondary build for low dependency versions Adjusted dependencies to supported php versions
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -1,14 +1,19 @@
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
- 7.2
|
||||
|
||||
env:
|
||||
matrix:
|
||||
- PREFER_LOWEST="--prefer-lowest"
|
||||
- PREFER_LOWEST=""
|
||||
|
||||
before_script:
|
||||
- composer self-update
|
||||
- composer self-update $PREFER_LOWEST
|
||||
- composer install --prefer-source --no-interaction
|
||||
|
||||
|
||||
script:
|
||||
- vendor/bin/phpunit --coverage-clover=coverage.xml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user