소스 검색

Fix test (#15)

* Temporary remote test-syntax-sh

* Remove zsh test

* Add comment
master
10sr 6 년 전
committed by GitHub
부모
커밋
fcab51327f
No known key found for this signature in database 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)


불러오는 중...
취소
저장