]> Sergey Matveev's repositories - zsh-autoenv.git/commitdiff
travis: cleanup, output zsh version
authorDaniel Hahler <git@thequod.de>
Thu, 23 Apr 2015 15:34:59 +0000 (17:34 +0200)
committerDaniel Hahler <git@thequod.de>
Thu, 23 Apr 2015 15:34:59 +0000 (17:34 +0200)
.travis.yml

index 715854b03dd001944099cfcdc0cf7c693843e5ab..0427fb7380375dcafc674706803ae8233855e0d5 100644 (file)
@@ -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