1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-06-28 19:00:10 +03:00

travis: fix env matrix (use a list)

This commit is contained in:
Daniel Hahler 2015-04-23 17:58:53 +02:00
parent 433693f5c6
commit 5df54aca65

View File

@ -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