Skip to content

Commit b07495b

Browse files
committed
travis fancyness failed, let's get back to testing newest Laravel framework only.
1 parent b84b0e3 commit b07495b

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.travis.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,15 @@
11
language: php
22
php:
3-
- 7.1
43
- 7.2
54
- 7.3
6-
env:
7-
- LARAVEL_VERSION=5.*
8-
- LARAVEL_VERSION=6.*
9-
10-
matrix:
11-
fast_finish: true
12-
exclude:
13-
- php: 7.1
14-
env: LARAVEL_VERSION=6.*
15-
- php: 7.3
16-
env: LARAVEL_VERSION=5.*
17-
185
services:
196
- mysql
207
- mongodb
218
before_script:
229
- pecl install mongodb
2310
- mysql -e 'CREATE DATABASE testing;'
24-
- travis_retry composer self-update
25-
- travis_retry composer install --no-interaction
26-
- if [ "$LARAVEL_VERSION" != "" ]; then composer require --dev "laravel/laravel:${LARAVEL_VERSION}" --no-update; fi;
27-
- composer update
11+
- composer self-update
12+
- composer install --no-interaction
2813
script:
2914
- vendor/bin/phpunit --coverage-clover=coverage.xml
3015
after_success:

0 commit comments

Comments
 (0)