]> Sergey Matveev's repositories - zsh-autoenv.git/blobdiff - .travis.yml
varstash: fix get_autostash_array_name for Zsh 4.3.17 (Travis)
[zsh-autoenv.git] / .travis.yml
index 00828baa65aa19671dbde96986c73237ccc70e9a..f9fb698a90a0cf50915c50d7cbee73375fb4657d 100644 (file)
@@ -1,7 +1,14 @@
 language: python
 python:
-  - "3.3"
-before_script:
-  - "sudo apt-get install zsh"
-install: "sudo pip install cram"
-script: "make test"
+  - 3.4
+env:
+  ZDOTDIR=tests/ZDOTDIR
+  ZDOTDIR=tests/ZDOTDIR.clobber
+  ZDOTDIR=tests/ZDOTDIR.invalid-module_path
+  ZDOTDIR=tests/ZDOTDIR.loadviafunction
+install:
+  - sudo apt-get install zsh
+  - pip install cram
+script:
+  - zsh --version
+  - make test