mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-04 17:01:00 +02:00
travis: use env test matrix for ZDOTDIR
This commit is contained in:
parent
1797c25473
commit
36846ae9b5
12
.travis.yml
12
.travis.yml
@ -1,10 +1,14 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- 3.4
|
- 3.4
|
||||||
before_script:
|
env:
|
||||||
- sudo apt-get install zsh
|
ZDOTDIR=tests/ZDOTDIR
|
||||||
|
ZDOTDIR=tests/ZDOTDIR.clobber
|
||||||
|
ZDOTDIR=tests/ZDOTDIR.invalid-module_path
|
||||||
|
ZDOTDIR=tests/ZDOTDIR.loadviafunction
|
||||||
install:
|
install:
|
||||||
- sudo pip install cram
|
- sudo apt-get install zsh
|
||||||
|
- pip install cram
|
||||||
script:
|
script:
|
||||||
- zsh --version
|
- zsh --version
|
||||||
- make test_full
|
- make test
|
||||||
|
Loading…
Reference in New Issue
Block a user