More documentation in .travis.yml

[ci skip]
This commit is contained in:
Markus Unterwaditzer 2014-04-05 12:43:16 +02:00
parent 11cd1c7a05
commit ff56527646

View file

@ -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