diff --git a/tests/e2e/bin/install.sh b/tests/e2e/bin/install.sh index 74d343df6d..76afb3cc45 100644 --- a/tests/e2e/bin/install.sh +++ b/tests/e2e/bin/install.sh @@ -11,7 +11,7 @@ if [[ ${TRAVIS_PHP_VERSION:0:3} != "5.3" ]] && [ "${TRAVIS_BRANCH}" == 'master' cd ~/wordpress_data/wp-content/plugins git clone -b ${TRAVIS_BRANCH} --single-branch https://github.com/impress-org/give.git cd ~/wordpress_data/wp-content/plugins/give/ - docker exec give_wordpress_1 wp plugin activate Give + docker exec give_wordpress_1 wp plugin activate give composer install npm install npm run dev