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