Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
10sr
/
dotfiles-mirror
espelhamento de
https://github.com/10sr/dotfiles.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
.travis.yml: Print basic debug message for make test
pull/2/head
10sr
11 anos atrás
pai
48d5303083
commit
eb17b58270
2 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
.travis.yml
+1
-1
Makefile
+ 1
- 1
.travis.yml
Ver arquivo
@@ -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
Ver arquivo
@@ -87,7 +87,7 @@ test_sh: $(test_shs)
.PHONY: $(test_shs)
$(test_shs): test_%: %
sh -e
x
c '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 \
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar