Skip to content

Commit

Permalink
Try to fix the packager... take 3! 4? Hmm...
Browse files Browse the repository at this point in the history
  • Loading branch information
greven committed Jul 27, 2018
1 parent e4ea05f commit 33ccf83
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ addons:
packages:
- pandoc

before_script:
- mkdir temp

script:
- svn export https://github.com/zorker/rothui/trunk/wow8.0/rLib temp/rLib
- svn export https://github.com/zorker/rothui/trunk/wow8.0/rActionBar temp/rActionBar
- svn export https://github.com/zorker/rothui/trunk/wow8.0/rButtonTemplate temp/rButtonTemplate
- curl -s https://raw.githubusercontent.com/oUF-wow/packager/master/release.sh | bash

script: curl -s https://raw.githubusercontent.com/oUF-wow/packager/master/release.sh | bash
after_script:
- cd greven/lumUI/.release
- svn export https://github.com/zorker/rothui/trunk/wow8.0/rLib rLib
- svn export https://github.com/zorker/rothui/trunk/wow8.0/rActionBar rActionBar
- svn export https://github.com/zorker/rothui/trunk/wow8.0/rButtonTemplate rButtonTemplate

branches:
only:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 8.0.5

* Fix the packager... again!

### Version 8.0.4

* Fix the packager.
Expand Down

0 comments on commit 33ccf83

Please sign in to comment.