Skip to content

Commit 21735e0

Browse files
committed
try it with curl
1 parent 3bbae31 commit 21735e0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cache:
99
directories:
1010
- vendor
1111
- "$HOME/.composer/cache"
12-
after_success: bin/deploy.sh
12+
after_success: after_success: curl -L https://raw.githubusercontent.com/pfefferle/wordpress-activitypub/master/bin/deploy.sh | bash
1313
env:
1414
matrix:
1515
- WP_VERSION=latest WP_MULTISITE=0

bin/deploy.sh

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ svn st | grep '^!' | sed -e 's/\![ ]*/svn del -q /g' | sh
6666
echo "Run svn add"
6767
svn st | grep '^?' | sed -e 's/\?[ ]*/svn add -q /g' | sh
6868

69-
echo "Release tag: $TRAVIS_TAG as user: $SVN_USER"
70-
7169
# If tag number and credentials are provided, commit to trunk.
7270
if [[ $TRAVIS_TAG && $SVN_USER && $SVN_PASS ]]; then
7371
if [[ ! -d tags/$TRAVIS_TAG ]]; then

0 commit comments

Comments
 (0)