Simplify fishtape download URL passed to install.

This commit is contained in:
Jorge Bucaran 2016-02-16 11:15:03 +09:00 committed by Jorge Bucaran
parent 84eee738b7
commit 68480ebff9

View file

@ -4,4 +4,4 @@ before_install:
- sudo apt-get update
- sudo apt-get -y install fish
script:
- make && fish -c "__fisher_index_update; fisher_install fishtape; fishtape test/*.fish"
- make && fish -c "fisher_install fishery/fishtape; fishtape test/*.fish"