Skip to content

Commit

Permalink
fix zsh download URL for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
daveio committed Mar 1, 2019
1 parent cd2f9ec commit ae18809
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 @@ -6,7 +6,7 @@ addons:
- xz-utils
before_install:
- export LOCAL="$(mktemp --directory --tmpdir=${TMPDIR:/tmp} local.bin.XXXXXX)"
- curl -L https://fourdots.com/mirror/zsh/zsh-5.7.1.tar.xz | xz -d - - | tar x
- curl -L https://www.zsh.org/pub/zsh-5.7.1.tar.xz | xz -d - | tar x
- cd zsh-5.7.1
- ./configure --prefix=$LOCAL
- make
Expand Down

0 comments on commit ae18809

Please sign in to comment.