File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
php :
3
- - 7.1
4
3
- 7.2
5
4
- 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
-
18
5
services :
19
6
- mysql
20
7
- mongodb
21
8
before_script :
22
9
- pecl install mongodb
23
10
- 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
28
13
script :
29
14
- vendor/bin/phpunit --coverage-clover=coverage.xml
30
15
after_success :
You can’t perform that action at this time.
0 commit comments