From 36217629e2087a0ce313fecd5ad11862c55c669f Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Tue, 16 Feb 2016 11:15:03 +0900 Subject: [PATCH] Simplify fishtape download URL passed to install. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7d3291f..7ca4a98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"