ci: use raw installation url until https://git.io/fisher is restored

This commit is contained in:
Jorge Bucaran 2018-10-06 09:13:29 +09:00 committed by GitHub
parent 61f6f8c8c4
commit 8c348f4082
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,5 +4,5 @@ before_install:
- sudo apt-get update
- sudo apt-get -y install fish
script:
- curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs git.io/fisher
- curl https://raw.githubusercontent.com/jorgebucaran/fisher/master/fisher.fish --create-dirs -so ~/.config/fish/functions/fisher.fish
- fish -c "fisher version"