el-get/test/issues/el-get-issue-176.el
Noam Postavsky d79c395f22 enable ert tests in travis, reorganize test files
rename ert tests file test.el => el-get-tests.el
move el-get-issue-* files to separate dir
2015-11-13 23:39:27 -05:00

13 lines
333 B
EmacsLisp

;; https://github.com/dimitri/el-get/issues/176
;;
;; Git clone should be done with the depth flag
(setq debug-on-error t
el-get-verbose t
el-get-git-shallow-clone t)
(el-get 'sync 'yasnippet)
;; After running the test, check the git log for yasnippet to see if
;; it only has a few log entries, rather than hundreds.