Skip to content

Commit

Permalink
Fixed envs
Browse files Browse the repository at this point in the history
  • Loading branch information
bupy7 committed Mar 31, 2021
1 parent b30eb88 commit 50d198f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -9,8 +9,7 @@ services:
- mysql

env:
- BDNS_DB_HOST=127.0.0.1 BDNS_DB_USERNAME=root BDNS_DB_PASSWORD=""
- XDEBUG_MODE=coverage
- BDNS_DB_HOST=127.0.0.1 BDNS_DB_USERNAME=root BDNS_DB_PASSWORD="" XDEBUG_MODE=coverage

before_install:
- mysql -e "CREATE DATABASE master_test;"
Expand Down

0 comments on commit 50d198f

Please sign in to comment.