mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
More documentation in .travis.yml
[ci skip]
This commit is contained in:
parent
11cd1c7a05
commit
ff56527646
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@ language: python
|
||||||
python: "2.7"
|
python: "2.7"
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- IS_TRAVIS=true
|
- IS_TRAVIS=true # used by owncloud-testserver to install php
|
||||||
- CFLAGS=-O0
|
- CFLAGS=-O0 # speed up lxml build
|
||||||
matrix:
|
matrix:
|
||||||
- DAV_SERVER=radicale_filesystem REQUIREMENTS=release
|
- DAV_SERVER=radicale_filesystem REQUIREMENTS=release
|
||||||
- DAV_SERVER=radicale_filesystem REQUIREMENTS=devel
|
- DAV_SERVER=radicale_filesystem REQUIREMENTS=devel
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue