mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-01-23 07:47:30 +08: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