Skip to content

Commit b9509ee

Browse files
committed
travis config updated
1 parent 0cad3ac commit b9509ee

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

.travis.yml

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

3-
matrix:
4-
include:
5-
- 5.6
6-
- 7.0
7-
- 7.1
8-
- 7.2
9-
- 7.3
10-
fast_finish: true
11-
allow_failures:
12-
- php: 7.3
13-
14-
cache:
15-
directories:
16-
- $HOME/.composer/cache
17-
18-
before_install:
19-
- phpenv config-rm xdebug.ini || return 0
20-
- travis_retry composer self-update
3+
php:
4+
- 5.6
5+
- 7.0
6+
- 7.1
7+
- 7.2
218

229
before_script:
23-
- travis_retry composer install --no-interaction --no-suggest
10+
- travis_retry composer self-update
11+
- travis_retry composer install
2412

2513
script: vendor/bin/phpunit --verbose
2614

0 commit comments

Comments
 (0)