Skip to content

Commit c276fe9

Browse files
committed
chore: Update travis config file
Signed-off-by: Bruno Gaspar <brunofgaspar1@gmail.com>
1 parent f631718 commit c276fe9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ language: php
33
php:
44
- 7.2
55
- 7.3
6+
- 7.4
67

78
cache:
89
directories:
910
- $HOME/.composer/cache
1011

1112
before_install:
1213
- composer config -g github-oauth.github.com $CI_USER_TOKEN
13-
- travis_retry composer self-update
1414

1515
install:
16-
- travis_retry composer install --no-interaction --prefer-dist
16+
- travis_retry composer install
1717

1818
script:
19-
- vendor/bin/phpunit --verbose
19+
- vendor/bin/phpunit

0 commit comments

Comments
 (0)