Skip to content

Commit e66c5c3

Browse files
Update .travis.yml
1 parent b0aae68 commit e66c5c3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,20 @@ cache:
77

88
matrix:
99
include:
10-
- php: 7.2
1110
- php: 7.3
1211
- php: 7.4
12+
- php: 8.0
1313
fast_finish: true
1414

1515
before_install:
1616
- composer self-update --preview
1717

1818
install:
19-
- composer update --no-interaction
19+
- composer install --no-progress --optimize-autoloader
2020

2121
script:
2222
- ./vendor/bin/phpcs
2323
- ./vendor/bin/phpstan analyse
24-
- ./vendor/bin/psalm
2524
- ./vendor/bin/phpunit --coverage-clover=coverage.xml
2625

2726
after_success:

0 commit comments

Comments
 (0)