Skip to content

Commit

Permalink
trying fix redis
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie-Lucas committed Jan 12, 2016
1 parent 018f2ab commit 516ba66
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ language: php
php:
- 5.6

services:
- redis-server

before_script:
- phpenv config-add travis.php.ini
- npm install less
Expand All @@ -22,6 +19,7 @@ before_script:
- php Tests/Functionnal/bin/console --env=test assets:install Tests/Functionnal/web
- php Tests/Functionnal/bin/console --env=test assetic:dump
- nohup php Tests/Functionnal/bin/console --env=test server:run -r vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/router_prod.php &
- sudo redis-server
# Run selenium server
- "sh -e /etc/init.d/xvfb start"
- "export DISPLAY=:99.0"
Expand Down

0 comments on commit 516ba66

Please sign in to comment.