Skip to content

Commit

Permalink
Load database in ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoakes committed Jun 16, 2017
1 parent c2be9b2 commit 405d443
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ script:
- docker-compose up -d
# - docker-compose run --rm web composer install -o -n
- sleep 10 && docker-compose run --rm web php bin/console cache:clear -e=test
- docker-compose run --rm web php bin/console doctrine:schema:create
- docker-compose run --rm web php bin/console doctrine:fixtures:load -n
- docker-compose run --rm web php bin/console doctrine:schema:validate --ansi
# - docker-compose run --rm web vendor/bin/behat ./features/ -f pretty
- docker-compose stop

0 comments on commit 405d443

Please sign in to comment.