Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 255f1e3

Browse filesBrowse files
[travis] Fix location of composer home
1 parent 777658c commit 255f1e3
Copy full SHA for 255f1e3

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ before_install:
7171
stty cols 120
7272
mkdir /tmp/slapd
7373
slapd -f src/Symfony/Component/Ldap/Tests/Fixtures/conf/slapd.conf -h ldap://localhost:3389 &
74-
[ -d ~/.composer ] || mkdir ~/.composer
75-
cp .github/composer-config.json ~/.composer/config.json
74+
cp .github/composer-config.json "$(composer config home)/config.json"
7675
export PHPUNIT=$(readlink -f ./phpunit)
7776
export PHPUNIT_X="$PHPUNIT --exclude-group tty,benchmark,intl-data"
7877
export COMPOSER_UP='composer update --no-progress --ansi'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.