Skip to content

Commit 3e52726

Browse files
Tweaked travis config
1 parent 6810cfb commit 3e52726

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

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

3-
sudo: false
3+
dist: xenial
44

55
php:
66
- 5.6
@@ -9,11 +9,6 @@ php:
99
- 7.2
1010
- 7.3
1111

12-
before_install:
13-
# turn off XDebug, if present
14-
- phpenv config-rm xdebug.ini || return 0
15-
16-
install:
17-
- composer install --no-interaction --no-progress
12+
install: travis_retry composer install --no-interaction --no-progress --no-suggest
1813

1914
script: vendor/bin/phpunit

0 commit comments

Comments
 (0)