Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyrauch committed May 10, 2015
1 parent de9903e commit 6f5e4a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
language: php
php:
- 5.4
after_success:
- # Working directories
- GH_DIR=wp-o-matic-github
Expand All @@ -18,3 +21,4 @@ after_success:
- cd $WP_DIR/trunk/
- svn status |grep '\?' |awk '{print $2}'| xargs svn add
- svn ci -m 'Release new version' --username $WP_USERNAME --password $WP_PASSWORD --no-auth-cache
script: echo "OK"

0 comments on commit 6f5e4a1

Please sign in to comment.