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 3, 2017
1 parent ca9c7b1 commit 51ab2da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sudo: false
php:
- 5.6

# Start mysql service
# Start Docker service
services:
- docker

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: 3306
database_port: 25565
database_name: gs_api
database_user: root
database_password: password
Expand Down

0 comments on commit 51ab2da

Please sign in to comment.