Skip to content

Commit

Permalink
try it with curl
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Nov 6, 2018
1 parent 3bbae31 commit 21735e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions bin/deploy.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21735e0

Please sign in to comment.