Skip to content

Commit

Permalink
travis: switch to release osx bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Aug 30, 2016
1 parent 4c5e639 commit 5fa1cae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ install:
- if [ "$APT_PACKAGES" != "" ]; then sudo apt-get update -q || true; fi
- if [ "$APT_PACKAGES" != "" ]; then travis_retry sudo apt-get install -y $(echo $APT_PACKAGES); fi
- if [ "$TYPE" == "linux" ]; then travis_retry pip install --upgrade pep8 pyflakes; fi
- if [ "$TYPE" == "osx" ]; then travis_retry wget https://bitbucket.org/lazka/quodlibet/downloads/QuodLibet-3.7.-1.dmg; fi
- if [ "$TYPE" == "osx" ]; then hdiutil attach -readonly -mountpoint _mount QuodLibet-3.7.-1.dmg; fi
- if [ "$TYPE" == "osx" ]; then travis_retry wget https://bitbucket.org/lazka/quodlibet/downloads/QuodLibet-3.7.0.dmg; fi
- if [ "$TYPE" == "osx" ]; then hdiutil attach -readonly -mountpoint _mount QuodLibet-3.7.0.dmg; fi
- if [ "$TYPE" == "windows" ]; then travis_retry wget https://bitbucket.org/lazka/quodlibet/downloads/quodlibet-3.7-win-sdk.tar.xz; fi
- if [ "$TYPE" == "windows" ]; then tar -xJf quodlibet-3.7-win-sdk.tar.xz; fi

Expand Down

0 comments on commit 5fa1cae

Please sign in to comment.