Skip to content

Commit 10e3a03

Browse files
committed
Remvied some tests
1 parent 0986ed2 commit 10e3a03

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,19 @@ env:
1616
matrix:
1717
fast_finish: true
1818
exclude:
19+
- php: 7.3
20+
env: LARAVEL_VERSION=8.*
1921
- php: 7.3
2022
env: LARAVEL_VERSION=9.*
21-
- php: 8.0
22-
env: LARAVEL_VERSION=6.*
2323
- php: 8.0
2424
env: LARAVEL_VERSION=7.*
25-
- php: 8.1
26-
env: LARAVEL_VERSION=6.*
2725
- php: 8.1
2826
env: LARAVEL_VERSION=7.*
2927

3028
before_script:
3129
- travis_retry composer self-update
3230
- travis_retry composer install --prefer-source --no-interaction
3331
- if [ "$LARAVEL_VERSION" != "" ]; then composer require --dev "laravel/laravel:${LARAVEL_VERSION}" --no-update; fi;
34-
- composer update
3532

3633
script:
3734
- vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)