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