[PATCH] travis: switch to using root user
Daniel Axtens
dja at axtens.net
Wed Sep 6 02:35:39 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.
As this is:
- a trivial fix
- needed to get Travis to work
- tested in my postgres work
... I have merged it to master at 10a132f134cef46aabb01ca88a32d06bdc8cf320
Because we'll do at least one 2.0.n point release, I figure it's worth
having in stable, too. So I have merged it to stable/2.0 at
8940289eeec123b9f8330bb54d8a3ee8b98c83af
Happy to revert or modify if this is problematic.
Regards,
Daniel
> 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