spatial-d4science/.travis.yml

27 lines
426 B
YAML
Raw Normal View History

language: python
dist: trusty
python:
- "2.7"
cache: pip
env:
- CKANVERSION=master
- CKANVERSION=2.5
- CKANVERSION=2.6
- CKANVERSION=2.7
- CKANVERSION=2.8
2017-11-07 14:01:51 +01:00
sudo: required
2017-11-07 14:39:49 +01:00
addons:
postgresql: 9.6
apt:
packages:
- postgresql-9.6-postgis-2.3
2015-12-01 14:14:17 +01:00
services:
- redis-server
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