Skip to content

Commit 6152eda

Browse files
author
e1himself
committed
Fix Travis CI cache config to not cache lime lib
1 parent acdff30 commit 6152eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
# cache vendor dirs
2626
cache:
2727
directories:
28-
- lib/vendor
28+
- lib/vendor/swiftmailer
2929
- $HOME/.composer/cache
3030

3131
install:

0 commit comments

Comments
 (0)