mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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"
|
||||
env:
|
||||
global:
|
||||
- IS_TRAVIS=true
|
||||
- CFLAGS=-O0
|
||||
- IS_TRAVIS=true # used by owncloud-testserver to install php
|
||||
- CFLAGS=-O0 # speed up lxml build
|
||||
matrix:
|
||||
- DAV_SERVER=radicale_filesystem REQUIREMENTS=release
|
||||
- DAV_SERVER=radicale_filesystem REQUIREMENTS=devel
|
||||
|
|
|
|||
Loading…
Reference in a new issue