Skip to content

Commit becd6b4

Browse files
authored
Updated Composer vendor path for travis
1 parent 31dc7b3 commit becd6b4

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
@@ -17,7 +17,7 @@ if: tag IS blank
1717
env:
1818
global:
1919
# Set the composer vendor Path.
20-
- COMPOSER_VENDOR_PATH="$HOME/.composer/vendor"
20+
- COMPOSER_VENDOR_PATH="$HOME/.config/composer/vendor"
2121

2222
# Add executables into PATH.
2323
- PATH="$PATH:$COMPOSER_VENDOR_PATH/bin"

0 commit comments

Comments
 (0)