From 344fbb4f36c259d41eaea598362cfb6019c92f6f Mon Sep 17 00:00:00 2001 From: Bruno Pinto Date: Sat, 17 Jan 2015 01:05:54 -0200 Subject: [PATCH] run tests from correct repo on travis --- script/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bootstrap.sh b/script/bootstrap.sh index 8c1b4ea..d8f9e80 100755 --- a/script/bootstrap.sh +++ b/script/bootstrap.sh @@ -3,4 +3,4 @@ ppa=ppa:fish-shell/${FISH_PPA:-nightly-master} sudo add-apt-repository -y $ppa sudo apt-get update sudo apt-get -y install fish -curl -L https://github.com/bpinto/oh-my-fish/raw/master/tools/install.fish | fish +curl -L https://github.com/$TRAVIS_REPO_SLUG/raw/$TRAVIS_BRANCH/tools/install.fish | fish