mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-04 17:01:00 +02:00
travis: fix env matrix (use a list)
This commit is contained in:
parent
433693f5c6
commit
5df54aca65
@ -2,10 +2,10 @@ language: python
|
|||||||
python:
|
python:
|
||||||
- 3.4
|
- 3.4
|
||||||
env:
|
env:
|
||||||
ZDOTDIR=tests/ZDOTDIR
|
- ZDOTDIR=tests/ZDOTDIR
|
||||||
ZDOTDIR=tests/ZDOTDIR.clobber
|
- ZDOTDIR=tests/ZDOTDIR.clobber
|
||||||
ZDOTDIR=tests/ZDOTDIR.invalid-module_path
|
- ZDOTDIR=tests/ZDOTDIR.invalid-module_path
|
||||||
ZDOTDIR=tests/ZDOTDIR.loadviafunction
|
- ZDOTDIR=tests/ZDOTDIR.loadviafunction
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install zsh
|
- sudo apt-get install zsh
|
||||||
- pip install cram
|
- pip install cram
|
||||||
|
Loading…
Reference in New Issue
Block a user