File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 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
1313env :
1414 matrix :
1515 - WP_VERSION=latest WP_MULTISITE=0
Original file line number Diff line number Diff line change @@ -66,8 +66,6 @@ svn st | grep '^!' | sed -e 's/\![ ]*/svn del -q /g' | sh
6666echo " Run svn add"
6767svn 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.
7270if [[ $TRAVIS_TAG && $SVN_USER && $SVN_PASS ]]; then
7371 if [[ ! -d tags/$TRAVIS_TAG ]]; then
You can’t perform that action at this time.
0 commit comments