ソースを参照

Fix test (#15)

* Temporary remote test-syntax-sh

* Remove zsh test

* Add comment
master
10sr 6年前
committed by GitHub
コミット
fcab51327f
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更4行の追加1行の削除
  1. +4
    -1
      Makefile

+ 4
- 1
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)


読み込み中…
キャンセル
保存