From: Daniel Axtens Date: Tue, 5 Sep 2017 16:12:35 +0000 (+1000) Subject: travis: switch to using root user X-Git-Tag: v2.1.0-rc1~120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=10a132f134cef46aabb01ca88a32d06bdc8cf320;p=thirdparty%2Fpatchwork.git 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 --- 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