mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
travis: setting env for OMF_REPO_URI and OMF_REPO_BRANCH
This commit is contained in:
parent
a7d6376616
commit
e68dca448a
@ -15,6 +15,8 @@ addons:
|
||||
env:
|
||||
global:
|
||||
- PATH="$HOME/fish/bin:$PATH"
|
||||
- OMF_REPO_URI="https://github.com/$TRAVIS_REPO_SLUG"
|
||||
- OMF_REPO_BRANCH="$TRAVIS_BRANCH"
|
||||
|
||||
before_install:
|
||||
- tests/install_fish.sh
|
||||
|
Loading…
Reference in New Issue
Block a user