Skip to content

Commit

Permalink
Updating Travis CI configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrenobleSwing committed May 4, 2017
1 parent 51ab2da commit 2f2211a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ install:
- npm install -g newman
- composer install
- cp app/config/parameters.yml.dist app/config/parameters.yml
- docker-compose exec php php bin/console doctrine:database:create
- docker-compose exec php php bin/console doctrine:schema:create
- docker-compose exec php php bin/console doctrine:fixtures:load -n
- docker-compose exec -T php php bin/console doctrine:database:create
- docker-compose exec -T php php bin/console doctrine:schema:create
- docker-compose exec -T php php bin/console doctrine:fixtures:load -n

# Run script
script:
Expand Down
2 changes: 1 addition & 1 deletion app/config/parameters.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# http://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
parameters:
database_host: db
database_port: 25565
database_port: 3306
database_name: gs_api
database_user: root
database_password: password
Expand Down

0 comments on commit 2f2211a

Please sign in to comment.