diff --git a/.travis.yml b/.travis.yml index 181d82f..816562e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,4 +29,5 @@ install: script: - zsh --version - which zsh + - python -c 'from cram import _main; print(_main._which("zsh"))' - make test_full