Skip to content

Commit 4d34136

Browse files
committed
fix logging selenium errors
1 parent aea3f70 commit 4d34136

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ before_script:
1717
- Tests/app/switch_sf_version.sh "$SF_VERSION"
1818
- composer require "symfony/symfony:${SF_VERSION}"
1919
- composer install -n
20+
- composer info -i
2021

2122
- Tests/app/console assets:install Tests/app
2223
- sudo chmod -R 0777 Tests/app/cache Tests/app/logs
@@ -30,7 +31,7 @@ before_script:
3031
- sudo sed -i -e "s,/var/www,$(pwd)/Tests/app,g" /etc/apache2/sites-available/default
3132
- sudo /etc/init.d/apache2 restart
3233

33-
- vendor/bin/selenium-server-standalone > selenium.log &
34+
- vendor/bin/selenium-server-standalone &> selenium.log &
3435
- sleep 4
3536

3637
script: phpunit -v

0 commit comments

Comments
 (0)