From: Daniel Hahler Date: Thu, 23 Apr 2015 15:38:01 +0000 (+0200) Subject: travis: use env test matrix for ZDOTDIR X-Git-Url: http://www.git.stargrave.org/?p=zsh-autoenv.git;a=commitdiff_plain;h=36846ae9b5ad4add01fbe324e1c6f5ef42d538b9 travis: use env test matrix for ZDOTDIR --- diff --git a/.travis.yml b/.travis.yml index 0427fb7..f9fb698 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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