]> Sergey Matveev's repositories - zsh-autoenv.git/commitdiff
travis: use env test matrix for ZDOTDIR
authorDaniel Hahler <git@thequod.de>
Thu, 23 Apr 2015 15:38:01 +0000 (17:38 +0200)
committerDaniel Hahler <git@thequod.de>
Thu, 23 Apr 2015 15:38:01 +0000 (17:38 +0200)
.travis.yml

index 0427fb7380375dcafc674706803ae8233855e0d5..f9fb698a90a0cf50915c50d7cbee73375fb4657d 100644 (file)
@@ -1,10 +1,14 @@
 language: python
 python:
   - 3.4
-before_script:
-  - sudo apt-get install zsh
+env:
+  ZDOTDIR=tests/ZDOTDIR
+  ZDOTDIR=tests/ZDOTDIR.clobber
+  ZDOTDIR=tests/ZDOTDIR.invalid-module_path
+  ZDOTDIR=tests/ZDOTDIR.loadviafunction
 install:
-  - sudo pip install cram
+  - sudo apt-get install zsh
+  - pip install cram
 script:
   - zsh --version
-  - make test_full
+  - make test