Skip to content

Commit

Permalink
updating travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rorywalsh committed Feb 17, 2018
1 parent af4f67b commit 4544cd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -32,7 +32,6 @@ before_script:
- mkdir ~/SDKs
- cp -rf VST_SDK ~/SDKs
- ls /Users/travis/build/rorywalsh/
- git checkout develop
- cd /Users/travis/build/rorywalsh/cabbage/Builds/MacOSX

script:
Expand Down Expand Up @@ -82,7 +81,7 @@ before_deploy:
- git tag -d vBeta
- git push --force origin :refs/tags/vBeta
- git tag vBeta -a -m "Latest OSX Beta Build"
- git push origin develop && git push origin develop --tags
- git push origin master && git push origin master --tags

deploy:
skip_cleanup: true
Expand Down

0 comments on commit 4544cd0

Please sign in to comment.