From: Daniel Axtens Date: Tue, 5 Sep 2017 16:12:35 +0000 (+1000) Subject: travis: switch to using root user X-Git-Tag: v2.0.1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8940289eeec123b9f8330bb54d8a3ee8b98c83af;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 (cherry picked from commit 10a132f134cef46aabb01ca88a32d06bdc8cf320) --- 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