Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit b4478fb

Browse files
committed
Always use latest versions on Travis
1 parent a14691a commit b4478fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ sudo: false
1111
cache:
1212
directories:
1313
- $HOME/.composer/cache/files
14-
- node_modules
14+
# node_modules are not cached, because we don't shrinkwrap the deps.
15+
# - node_modules
1516

1617
env: LANG=php
1718

0 commit comments

Comments
 (0)