Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
hmert committed Sep 2, 2014
1 parent 816385e commit 995295e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ before_script:
- phpenv config-add phpmongodb.ini
- composer self-update
- composer install --dev --no-interaction --prefer-dist
- app/console doctrine:database:create -e=test > /dev/null
- app/console doctrine:migrations:migrate -e=test > /dev/null
- app/console doctrine:schema:create -e=test > /dev/null
- app/console doctrine:database:create
- app/console doctrine:migrations:migratet > /dev/null
- app/console doctrine:schema:create > /dev/null
- chmod -R 777 app/cache app/logs
- app/console --env=test cache:warmup
- app/console assetic:dump
Expand Down

0 comments on commit 995295e

Please sign in to comment.