Skip to content

Commit 29b9e8c

Browse files
Update .travis.yml
1 parent 5b85078 commit 29b9e8c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
language: php
22

3-
sudo: false
3+
os: linux
4+
dist: bonic
45

56
php:
6-
- 7.4
7+
- 7.4
78

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

1213
before_script:
13-
- travis_retry composer self-update
14-
- travis_retry composer update --no-interaction
14+
- travis_retry composer self-update
15+
- travis_retry composer update --no-interaction
1516

1617
script:
17-
- vendor/bin/phpunit --coverage-clover=coverage.xml
18+
- vendor/bin/phpunit --coverage-clover=coverage.xml
1819

1920
after_success:
20-
- bash <(curl -s https://codecov.io/bash)
21+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)