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 6d00e98 commit ff74093
Showing 1 changed file with 1 addition and 1 deletion.
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 ff74093

Please sign in to comment.