Skip to content

Commit

Permalink
Fixed Travis' MySQL credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Jan 5, 2016
1 parent 1418bde commit 4494b62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
- mongodb
- memcached
- redis-server
- mysql

before_install:
- composer --prefer-source install
Expand Down
2 changes: 1 addition & 1 deletion codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ modules:
Db:
dsn: 'mysql:host=localhost;dbname=phalcon_test'
user: 'root'
password: '1234'
password: ''
populate: true
cleanup: false
dump: tests/_data/mysql.dump.sql

0 comments on commit 4494b62

Please sign in to comment.