From 5df54aca6582af57cb173b543073305aa8528cb9 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 23 Apr 2015 17:58:53 +0200 Subject: [PATCH] travis: fix env matrix (use a list) --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f9fb698..132aef2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,10 @@ language: python python: - 3.4 env: - ZDOTDIR=tests/ZDOTDIR - ZDOTDIR=tests/ZDOTDIR.clobber - ZDOTDIR=tests/ZDOTDIR.invalid-module_path - ZDOTDIR=tests/ZDOTDIR.loadviafunction + - 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 -- 2.44.0