From 7ab046bee4034e76fc0bda02662b8c123c4232ba Mon Sep 17 00:00:00 2001 From: Gerhard Date: Fri, 12 Jul 2019 16:14:11 +0200 Subject: [PATCH] Move grunt call to run-e2e-ci.sh --- .travis.yml | 1 - tests/bin/run-e2e-CI.sh | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d4172402dc6..67813028b6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,7 +61,6 @@ before_script: bash tests/bin/install.sh woocommerce_test root '' localhost $WP_VERSION composer global require "phpunit/phpunit=4.8.*|6.5.*" fi - - grunt script: - bash tests/bin/phpunit.sh diff --git a/tests/bin/run-e2e-CI.sh b/tests/bin/run-e2e-CI.sh index 34d02a89396..1ea02f6b9a1 100755 --- a/tests/bin/run-e2e-CI.sh +++ b/tests/bin/run-e2e-CI.sh @@ -1,6 +1,9 @@ #!/usr/bin/env bash if [[ ${RUN_E2E} == 1 ]]; then + # Lets build using grunt + grunt + WP_SITE_URL="http://localhost:8080" # Start xvfb to run the tests