diff --git a/.travis.yml b/.travis.yml index dd7d39a..a357f74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ cache: directories: - vendor - "$HOME/.composer/cache" -after_success: bin/deploy.sh +after_success: after_success: curl -L https://raw.githubusercontent.com/pfefferle/wordpress-activitypub/master/bin/deploy.sh | bash env: matrix: - WP_VERSION=latest WP_MULTISITE=0 diff --git a/bin/deploy.sh b/bin/deploy.sh old mode 100755 new mode 100644 index 50ec4f3..673a315 --- a/bin/deploy.sh +++ b/bin/deploy.sh @@ -66,8 +66,6 @@ svn st | grep '^!' | sed -e 's/\![ ]*/svn del -q /g' | sh echo "Run svn add" svn st | grep '^?' | sed -e 's/\?[ ]*/svn add -q /g' | sh -echo "Release tag: $TRAVIS_TAG as user: $SVN_USER" - # If tag number and credentials are provided, commit to trunk. if [[ $TRAVIS_TAG && $SVN_USER && $SVN_PASS ]]; then if [[ ! -d tags/$TRAVIS_TAG ]]; then