mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
Merge pull request #324 from bpinto/run_tests_from_correct_repo_on_travis
run tests from correct repo on travis
This commit is contained in:
commit
123b5d1bd4
@ -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…
Reference in New Issue
Block a user