Skip to content

Commit

Permalink
trying fix travis/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 0132352
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 @@ -17,6 +14,7 @@ before_script:
# Prepare database
- php Tests/Functionnal/bin/console --env=test doctrine:database:create
- php Tests/Functionnal/bin/console --env=test doctrine:schema:create
- sudo redis-server
- php Tests/Functionnal/bin/console --env=test cache:warmup
- php Tests/Functionnal/bin/console --env=test victoire:generate:view
- php Tests/Functionnal/bin/console --env=test assets:install Tests/Functionnal/web
Expand Down

0 comments on commit 0132352

Please sign in to comment.