spatial-d4science/.travis.yml

20 lines
385 B
YAML
Raw Normal View History

language: python
python:
- "2.7"
env:
- CKANVERSION=master POSTGISVERSION=2
- CKANVERSION=2.2 POSTGISVERSION=2
- CKANVERSION=2.3 POSTGISVERSION=2
- CKANVERSION=2.4 POSTGISVERSION=2
2017-11-07 14:01:51 +01:00
sudo: required
2015-12-01 14:14:17 +01:00
services:
- redis-server
2017-09-14 16:58:18 +02:00
- postgresql
install:
- bash bin/travis-build.bash
script: sh bin/travis-run.sh
2015-08-21 15:12:02 +02:00
branches:
except:
- stable
- release-v2.0