Skip to content
Snippets Groups Projects
Unverified Commit 63db5e87 authored by Daniel Fahlke's avatar Daniel Fahlke Committed by GitHub
Browse files

pin composer to Version 1

parent b5a5b15c
Branches
Tags
2 merge requests!37pin composer to Version 1,!39Update 1.3 branche
...@@ -27,6 +27,7 @@ matrix: ...@@ -27,6 +27,7 @@ matrix:
env: MAGENTO_VERSION=2.3 env: MAGENTO_VERSION=2.3
before_install: before_install:
- composer self-update --1
- git clone --depth=50 --branch=$MAGENTO_VERSION https://github.com/magento/magento2.git /tmp/magento - git clone --depth=50 --branch=$MAGENTO_VERSION https://github.com/magento/magento2.git /tmp/magento
- mysql -uroot -e 'SET @@global.sql_mode = NO_ENGINE_SUBSTITUTION; CREATE DATABASE magento_integration_tests;' - mysql -uroot -e 'SET @@global.sql_mode = NO_ENGINE_SUBSTITUTION; CREATE DATABASE magento_integration_tests;'
- mv $(pwd)/install-config-mysql.travis.$MAGENTO_VERSION.php /tmp/magento/dev/tests/integration/etc/install-config-mysql.php - mv $(pwd)/install-config-mysql.travis.$MAGENTO_VERSION.php /tmp/magento/dev/tests/integration/etc/install-config-mysql.php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment