From ead64014d4f9d59c19e493b05942a47e118f2bec Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Mon, 10 Oct 2016 12:47:05 -0700 Subject: [PATCH] Use correct default user for MySQL on CircleCI See https://circleci.com/docs/build-image-precise/#databases --- templates/plugin-circle.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/plugin-circle.mustache b/templates/plugin-circle.mustache index 75c0aebcb3..33f6f7feb7 100644 --- a/templates/plugin-circle.mustache +++ b/templates/plugin-circle.mustache @@ -8,6 +8,6 @@ dependencies: test: pre: - - bash bin/install-wp-tests.sh wordpress_test root '' localhost latest + - bash bin/install-wp-tests.sh wordpress_test ubuntu '' 127.0.0.1 latest override: - phpunit