Skip to content

Commit

Permalink
Dev: Install firefox, not chromium (tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Nov 24, 2017
1 parent be79139 commit d4a971e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/travis/travis_setup.sh
Expand Up @@ -21,7 +21,7 @@ php application/commands/console.php install admin password TravisLS no@email.co
cp application/config/config-sample-mysql.php application/config/config.php

sudo apt-get update > /dev/null
sudo apt-get -y --force-yes install apache2 libapache2-mod-fastcgi nodejs chromium-browser
sudo apt-get -y --force-yes install apache2 libapache2-mod-fastcgi nodejs firefox
sudo cp ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf.default ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf
sudo cp ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.d/www.conf.default ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.d/www.conf
sudo a2enmod rewrite actions fastcgi alias
Expand Down

0 comments on commit d4a971e

Please sign in to comment.