test env
This commit is contained in:
parent
d98992abe9
commit
4c9654eac9
@ -12,6 +12,7 @@ env:
|
|||||||
- DB_BITRIX_LOGIN=root
|
- DB_BITRIX_LOGIN=root
|
||||||
- DB_BITRIX_PASS=root
|
- DB_BITRIX_PASS=root
|
||||||
- DB_BITRIX_NAME=bitrix
|
- DB_BITRIX_NAME=bitrix
|
||||||
|
- BITRIX_PATH=$TRAVIS_BUILD_DIR/bitrix
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
# Change MySQL root password
|
# Change MySQL root password
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "retailcrm/bitrix-module",
|
"name": "retailcrm/bitrix-module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"pre-module-install": "cp -R intaro.retailcrm bitrix/bitrix/modules"
|
"pre-module-install": "cp -R intaro.retailcrm $BITRIX_PATH/bitrix/modules"
|
||||||
},
|
},
|
||||||
"description": "Integration module for Bitrix & RetailCRM",
|
"description": "Integration module for Bitrix & RetailCRM",
|
||||||
"type": "bitrix-module",
|
"type": "bitrix-module",
|
||||||
|
Loading…
Reference in New Issue
Block a user