We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57712e6 commit 3e8865fCopy full SHA for 3e8865f
dev/travis/before_script.sh
@@ -74,6 +74,7 @@ echo 'memory_limit = -1' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d
74
phpenv rehash;
75
76
# install deps
77
+export COMPOSER_BIN_DIR=~/bin
78
if [[ -n "$GITHUB_TOKEN" ]]; then
79
composer config github-oauth.github.com "$GITHUB_TOKEN"
80
fi
dev/travis/script.sh
@@ -4,7 +4,7 @@
4
# See COPYING.txt for license details.
5
6
set -e
7
-export PATH="./../../../vendor/bin:$PATH"
+export PATH="~/bin:$PATH"
8
9
case $TEST_SUITE in
10
unit)
0 commit comments