1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-11-22 23:40:58 +02:00

Travis: debug: print cram._main._which("zsh")

This commit is contained in:
Daniel Hahler 2017-04-23 22:58:24 +02:00
parent c7f67365b7
commit e32eaa4880

View File

@ -29,4 +29,5 @@ install:
script: script:
- zsh --version - zsh --version
- which zsh - which zsh
- python -c 'from cram import _main; print(_main._which("zsh"))'
- make test_full - make test_full