Skip to content

Commit f07c348

Browse files
committed
try root
1 parent 8a0b30d commit f07c348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
global:
1717
- ENV=test
1818
- PYTHONPATH="$TRAVIS_BUILD_DIR"
19-
- TEST_DATABASE_URL="mysql://travis@localhost/test"
19+
- TEST_DATABASE_URL="mysql://root@localhost/test"
2020
before_install:
2121
- mysql -e 'CREATE DATABASE test;'
2222
install:

0 commit comments

Comments
 (0)