Skip to content
Snippets Groups Projects
Unverified Commit a49d1f9a authored by Simon Sippert's avatar Simon Sippert Committed by GitHub
Browse files

Merge pull request #37 from Flyingmana/patch-1

pin composer to Version 1
parents 5a156b37 63db5e87
Branches
Tags
1 merge request!39Update 1.3 branche
......@@ -27,6 +27,7 @@ matrix:
env: MAGENTO_VERSION=2.3
before_install:
- composer self-update --1
- 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;'
- 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 register or to comment