[PATCH] travis: switch to using root user

Daniel Axtens dja at axtens.net
Wed Sep 6 02:13:23 AEST 2017


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 <dja at axtens.net>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 25d150e3e3db..1f898f3733b5 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.11.0



More information about the Patchwork mailing list