Skip to content

Commit

Permalink
travis: Switch to using .tar.xz since .tar.gz is unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
mafredri committed Sep 29, 2018
1 parent 58f7ba7 commit e6d9372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ before_script:
tmp="$(mktemp --directory --tmpdir="${TMPDIR:/tmp}" zshbuild.XXXXXX)"
(
cd "$tmp" &&
curl -L http://downloads.sourceforge.net/zsh/zsh-${1}.tar.gz | tar zx &&
curl -L http://downloads.sourceforge.net/zsh/zsh-${1}.tar.xz | tar xJ &&
cd zsh-$1 &&
./configure --prefix="$dest" &&
make &&
Expand Down

0 comments on commit e6d9372

Please sign in to comment.