From fcab51327f05dec04172b6056a0c772fd071a275 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Sun, 18 Feb 2018 01:37:15 +0900 Subject: [PATCH] Fix test (#15) * Temporary remote test-syntax-sh * Remove zsh test * Add comment --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d3cbfbb..9d48675 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,10 @@ directories := $(dotfiles_dir) $(home) $(localdir) $(vardir) $(bindir) \ current := $(shell date) uname := $(shell uname) -shrc_loadables := sh bash zsh +# Remove zsh from this list because it causes failure of travis test +# Message: +# Segmentation fault (core dumped) +shrc_loadables := sh bash # zsh emacs ?= $(shell which emacs 2>/dev/null) git ?= $(shell which git 2>/dev/null)