From 10a132f134cef46aabb01ca88a32d06bdc8cf320 Mon Sep 17 00:00:00 2001 From: Daniel Axtens Date: Wed, 6 Sep 2017 02:12:35 +1000 Subject: [PATCH] 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 25d150e3..1f898f37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ services: env: global: - - PW_TEST_DB_USER=travis + - PW_TEST_DB_USER=root - PW_TEST_DB_PASS="" - PW_SKIP_BROWSER_TESTS=yes -- 2.47.3