bin/setup in wordpress_tools-1.2.0 vs bin/setup in wordpress_tools-1.3.0
- old
+ new
@@ -1,7 +1,9 @@
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
-bundle install
+bundle install --binstubs
# Do any other automated setup that you need to do here
+
+curl --url https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar --output spec/fixtures/wp-cli.phar