Skip to content

Commit

Permalink
Ensure PHP binary is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed May 21, 2020
1 parent a9ad63f commit 4991431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ install:
- npm run build
- |
if [[ "$INSTALL_WORDPRESS" = "true" ]]; then
echo '{ "config": { "SCRIPT_DEBUG": false } }' > .wp-env.override.json
echo '{ "config": { "SCRIPT_DEBUG": false, "WP_PHP_BINARY": "php" } }' > .wp-env.override.json
npm run wp-env start
fi
- |
Expand Down

0 comments on commit 4991431

Please sign in to comment.