Skip to content

Commit 30bd88e

Browse files
committed
Improving caching
1 parent a35022e commit 30bd88e

File tree

2 files changed

+2767
-4
lines changed

2 files changed

+2767
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@ matrix:
55
env: PREFER_LOWEST=""
66
- php: 7.1
77
env: PREFER_LOWEST=""
8-
# - php: 7.1
9-
# env: PREFER_LOWEST="--prefer-lowest"
108

119
cache:
1210
directories:
1311
- doc/doc-en
14-
12+
- vendor
13+
- $HOME/.composer
1514

1615
before_script:
17-
- composer update $PREFER_LOWEST --no-interaction
16+
- composer install --no-interaction
1817
- mkdir -p build/logs
1918
- |
2019
if [ ! -d "doc/doc-en/en" ]; then

0 commit comments

Comments
 (0)