Skip to content

Commit

Permalink
fix: update plugin name in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinderk committed Dec 13, 2018
1 parent d836b62 commit 1e39687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e39687

Please sign in to comment.