Newer
Older
Thomas N
committed
apt:
packages:
Thomas N
committed
- libapache2-mod-fastcgi
- libappindicator1
- fonts-liberation
sudo: required
dist: trusty
# Apache & php-fpm configuration
- bash travis-scripts/setup-php-fpm.sh
- bash travis-scripts/setup-apache.sh
# PrestaShop configuration
- cp -Rf .composer/* ~/.composer/ & composer global install;
- cp tests/parameters.yml.travis app/config/parameters.yml
hipchat: ec4e21c5eb82066ba8be5fd1afefde@1184657
- composer install --prefer-dist --no-interaction --no-progress
- bash tests/check_file_syntax.sh
- bash travis-scripts/install-prestashop
- php bin/phpunit -c tests/
- SYMFONY_DEPRECATIONS_HELPER=disabled php bin/phpunit -c tests/phpunit-admin.xml
- composer phpunit-controllers
- cd $TRAVIS_BUILD_DIR # because /var/www/prestashop.unit.test (cwd) is about to be deleted
- bash ./travis-scripts/restore-backup
- bash ./travis-scripts/run-selenium-tests
- bash ./travis-scripts/test-startertheme
after_script:
- sudo cat /var/log/apache2/error.log
after_failure:
- cat /etc/apache2/envvars
- cat /etc/apache2/sites-available/000-default.conf
- sudo cat /var/log/php-fpm.log