Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Travis/Composer] Remove composer.lock and prefer ip4 on travis to av… #27

Merged
merged 1 commit into from Jul 6, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -22,6 +22,7 @@
/web/var
/web/.htaccess
composer.phar
composer.lock
.buildpath
.project
.settings/
Expand Down
3 changes: 3 additions & 0 deletions bin/.travis/prepare_ezpublish.sh
Expand Up @@ -2,6 +2,9 @@

# Script to prepare eZPublish installation

echo "> prefer ip4 to avoid packagist.org composer issues"
sudo sh -c "echo 'precedence ::ffff:0:0/96 100' >> /etc/gai.conf"

echo "> Setup github auth key to not reach api limit"
./bin/.travis/install_composer_github_key.sh

Expand Down