Skip to content

Commit

Permalink
travis-ci: switch to 4.0 builds for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jan 2, 2018
1 parent f258cd7 commit 4094806
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.win32
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ USER user
# Increment when the installer gets changed
ENV QL_CACHE_KEY 42

RUN wget https://bitbucket.org/lazka/quodlibet/downloads/quodlibet-latest-installer.exe -O win-inst.exe
RUN wget https://github.com/quodlibet/quodlibet/releases/download/release-4.0.0/quodlibet-4.0.0-installer.exe -O win-inst.exe

RUN 7z x -o_win_inst win-inst.exe

Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ matrix:
language: generic

install:
- travis_retry wget https://bitbucket.org/lazka/quodlibet/downloads/QuodLibet-latest.dmg
- hdiutil attach -readonly -mountpoint _mount QuodLibet-latest.dmg
- travis_retry wget https://github.com/quodlibet/quodlibet/releases/download/release-4.0.0/QuodLibet-4.0.0.dmg
- hdiutil attach -readonly -mountpoint _mount QuodLibet-4.0.0.dmg

script:
- cd quodlibet
Expand Down

0 comments on commit 4094806

Please sign in to comment.