Skip to content

Commit 8baad8b

Browse files
committed
Speedup travis
1 parent 67f1d7b commit 8baad8b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,16 @@ env:
88
- COMPOSER_FLAGS=--prefer-lowest
99
- COMPOSER_FLAGS=
1010

11-
before_script:
11+
before_install:
12+
- phpenv config-rm xdebug.ini
13+
14+
install:
1215
- composer update --no-interaction --no-suggest --prefer-dist $COMPOSER_FLAGS
1316

1417
script:
1518
- vendor/bin/phpunit
19+
20+
cache:
21+
directories:
22+
- $HOME/.composer/cache
23+
- vendor

0 commit comments

Comments
 (0)