diff --git a/.travis.yml b/.travis.yml index 5a726b6..dd7d39a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ cache: directories: - vendor - "$HOME/.composer/cache" -after_success: ./bin/deploy.sh +after_success: bin/deploy.sh env: matrix: - WP_VERSION=latest WP_MULTISITE=0 diff --git a/bin/deploy.sh b/bin/deploy.sh old mode 100755 new mode 100644