ckanext-privatedatasets/.travis.yml

18 lines
318 B
YAML

sudo: required
language: python
python:
- "2.7"
env:
- CKANVERSION=2.6.4 POSTGISVERSION=2
- CKANVERSION=2.7.2 POSTGISVERSION=2
services:
- redis-server
- postgresql
install:
- bash bin/travis-build.bash
script:
- sh bin/travis-run.sh
after_success: coveralls
branches:
only:
- develop