Skip to content

Commit 8940289

Browse files
committed
travis: switch to using root user
When I pushed the last change, I noticed that Travis was beginning to fail due to db permission errors. This is a trivial fixup. Signed-off-by: Daniel Axtens <[email protected]> (cherry picked from commit 10a132f)
1 parent b23f206 commit 8940289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212

1313
env:
1414
global:
15-
- PW_TEST_DB_USER=travis
15+
- PW_TEST_DB_USER=root
1616
- PW_TEST_DB_PASS=""
1717
- PW_SKIP_BROWSER_TESTS=yes
1818

0 commit comments

Comments
 (0)