Fix script.

This commit is contained in:
Jorge Bucaran 2016-04-19 01:19:38 +09:00
parent a5b1c1443b
commit bcbeff709d
2 changed files with 3 additions and 1 deletions

View file

@ -4,5 +4,5 @@ before_install:
- sudo apt-get update
- sudo apt-get -y install fish
script:
- git clone https://github.com/fisherman/fisherman
- bin/install
- fish -c "fisher i fishery/fishtape; fishtape test/*.fish"

View file

@ -135,6 +135,8 @@ function __fisher_install_fisherman
__fisher_run_commands \
"Installing fisherman to $fisher_config" \
"
set -e fish_greeting
mkdir -p $fisher_config/{cache,functions,completions,conf.d,man}
mkdir -p $fish_config