From 36846ae9b5ad4add01fbe324e1c6f5ef42d538b9 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 23 Apr 2015 17:38:01 +0200 Subject: [PATCH] travis: use env test matrix for ZDOTDIR --- .travis.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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 -- 2.44.0