Skip to content

Commit

Permalink
testdb
Browse files Browse the repository at this point in the history
  • Loading branch information
roelVerdonschot committed Mar 15, 2016
1 parent dd06867 commit bdd4657
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
setup:
env:
TEST_DB_DB: "sss"
TEST_DB_DB: "testdb"
TEST_DB_HOST: "127.0.0.1"
TEST_DB_USER: "sss"
TEST_DB_PWD: "sss"
TEST_DB_USER: "testuser"
TEST_DB_PWD: "password"

composer:
action: "install"
Expand Down

0 comments on commit bdd4657

Please sign in to comment.