Refactoring: bash calling in its own function.

Also:
 - Fixes Travis build reg. bf13d2f.
 - Wrapper test now cleans up after itself.
This commit is contained in:
Raphael Reitzig 2018-07-18 22:05:57 +02:00
parent bf13d2fee1
commit e01e9a4bea
3 changed files with 13 additions and 4 deletions

View file

@ -10,7 +10,7 @@ install:
- mkdir -p "${HOME}"/.config/fish/{completions,conf.d,functions}
- cp completions/* "${HOME}"/.config/fish/completions/
- cp conf.d/* "${HOME}"/.config/fish/conf.d/
#- cp functions/* "${HOME}"/.config/fish/functions/
- cp functions/* "${HOME}"/.config/fish/functions/
jobs:
include: