Skip to content

Commit 02e465e

Browse files
committed
ci(travis): enable cache
1 parent e1c6a30 commit 02e465e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@ language: php
33
php:
44
- '7.0'
55

6+
cache:
7+
directories:
8+
- $HOME/.composer/cache
9+
- $HOME/.npm
10+
611
install:
7-
- composer install
12+
- composer install --prefer-dist
813

914
script:
1015
- vendor/bin/phpunit --coverage-clover=coverage.xml --whitelist lib --bootstrap vendor/autoload.php tests

0 commit comments

Comments
 (0)