Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

ci: lock the fishtape test dependency to v1 #152

Merged
merged 1 commit into from Feb 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/run.fish
Expand Up @@ -10,7 +10,7 @@ if test ! -f $tmpDir/.config/fish/functions/fisher.fish
end

# Install fishtape and local spacefish into temp env
env HOME=$tmpDir fish -c "fisher add jorgebucaran/fishtape matchai/fish-mock $gitRoot"
env HOME=$tmpDir fish -c "fisher add jorgebucaran/fishtape@7426171 matchai/fish-mock $gitRoot"
env HOME=$tmpDir fish -c "fish_prompt"

if test (count $argv) -gt 0
Expand Down