mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2025-12-14 10:15:12 +02:00
travis: fix env matrix (use a list)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user