]> Sergey Matveev's repositories - zsh-autoenv.git/blobdiff - .travis.yml
tests: simplify ZDOTDIR setup, remove base
[zsh-autoenv.git] / .travis.yml
index 62239d7950bd7963702c8f93d750d5668a2ccfb6..faf7d6b23d594367147c3735c1f3380d3ac20609 100644 (file)
@@ -1,13 +1,12 @@
-language: python
-python:
-  - 3.4
+language: generic
+sudo: false
 env:
-  - ZSH=4 ZDOTDIR=tests/ZDOTDIR
+  - ZSH=4
   - ZSH=4 ZDOTDIR=tests/ZDOTDIR.clobber
   - ZSH=4 ZDOTDIR=tests/ZDOTDIR.invalid-module_path
   - ZSH=4 ZDOTDIR=tests/ZDOTDIR.loadviafunction
 
-  - ZSH=5 ZDOTDIR=tests/ZDOTDIR
+  - ZSH=5
   - ZSH=5 ZDOTDIR=tests/ZDOTDIR.clobber
   - ZSH=5 ZDOTDIR=tests/ZDOTDIR.invalid-module_path
   - ZSH=5 ZDOTDIR=tests/ZDOTDIR.loadviafunction
@@ -15,8 +14,8 @@ env:
 install:
   - if [ "$ZSH" = 4 ]; then sudo apt-get install zsh; fi
   - if [ "$ZSH" = 5 ]; then wget http://downloads.sourceforge.net/project/zsh/zsh/5.0.7/zsh-5.0.7.tar.bz2; tar xf zsh-5.0.7.tar.bz2; cd zsh-5.0.7; ./configure && sudo make && sudo make install; cd ..; fi
-  - pip install cram
+  - pip install --user cram
   - export SHELL=zsh
 script:
   - zsh --version
-  - make test
+  - make test ZDOTDIR=$ZDOTDIR