Просмотр исходного кода

.travis.yml: Print basic debug message for make test

pull/2/head
10sr 9 лет назад
Родитель
Сommit
eb17b58270
2 измененных файлов: 2 добавлений и 2 удалений
  1. +1
    -1
      .travis.yml
  2. +1
    -1
      Makefile

+ 1
- 1
.travis.yml Просмотреть файл

@@ -1,6 +1,6 @@
language: shell
before_install:
- sudo apt-get install zsh
script: make test
script: make --debug=b test
notifications:
email: 8slashes+travis-ci@gmail.com

+ 1
- 1
Makefile Просмотреть файл

@@ -87,7 +87,7 @@ test_sh: $(test_shs)
.PHONY: $(test_shs)

$(test_shs): test_%: %
sh -exc 'for sh in $(shrc_loadables); do $$sh -n $<; done'
sh -ec 'for sh in $(shrc_loadables); do $$sh -n $<; done'

test_el: emacs.el
EMACS_EL_DRY_RUN=t $(emacs) -q --debug-init --batch \


Загрузка…
Отмена
Сохранить