Fix script.

This commit is contained in:
Jorge Bucaran 2016-04-19 01:19:38 +09:00
parent feb1405516
commit c4e3c710f4
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30
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