From: Daniel Hahler Date: Thu, 23 Apr 2015 15:34:59 +0000 (+0200) Subject: travis: cleanup, output zsh version X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=1797c254737cbd503cccf61500084f89c1d54339;hp=7699fe6abaee29116326686845ee4a7dae1ffd6d;p=zsh-autoenv.git travis: cleanup, output zsh version --- diff --git a/.travis.yml b/.travis.yml index 715854b..0427fb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ language: python python: - - "3.3" + - 3.4 before_script: - - "sudo apt-get install zsh" -install: "sudo pip install cram" -script: "make test_full" + - sudo apt-get install zsh +install: + - sudo pip install cram +script: + - zsh --version + - make test_full