Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-galych authored Mar 7, 2019
1 parent 15abb6e commit ef36ec9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ env:
- SHOP_DIR=current
- MODULE_NAME=akeneo-pim

before_install:
- phpenv config-rm xdebug.ini

cache:
directories:
- $SHOP_DIR/current/vendor
Expand All @@ -43,5 +46,5 @@ before_install:
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini

script:
- git clone -b master https://github.com/spryker-eco/eco-ci.git ecoci
- ./ecoci/build/travis.sh
- git clone -b 0.2.1 https://github.com/spryker-eco/eco-ci.git ecoci
- ./ecoci/build/travis.sh

0 comments on commit ef36ec9

Please sign in to comment.