mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-03 11:43:16 +03:00
Edit travis config
This commit is contained in:
parent
d1db728a7b
commit
c0fbb05e4f
@ -13,10 +13,12 @@ env:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- bash tests/bin/clone_prestashop.sh
|
- bash tests/bin/clone_prestashop.sh
|
||||||
- cp ../PrestaShop/tests/parameters.yml.travis ../PrestaShop/app/config/parameters.yml
|
- cd ../PrestaShop
|
||||||
- bash ../PrestaShop/travis-scripts/install-prestashop
|
- cp tests/parameters.yml.travis app/config/parameters.yml
|
||||||
|
- bash travis-scripts/install-prestashop
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- cd $TRAVIS_BUILD_DIR
|
||||||
- bash tests/bin/script.sh
|
- bash tests/bin/script.sh
|
||||||
- php ../PrestaShop/vendor/bin/phpunit -c phpunit.xml.dist
|
- php ../PrestaShop/vendor/bin/phpunit -c phpunit.xml.dist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user