run tests from correct repo on travis

pull/2/head
Bruno Pinto 10 years ago
parent 05b428ed65
commit 344fbb4f36

@ -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

Loading…
Cancel
Save