You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Windshaft-cartodb/.travis.yml

15 lines
236 B

sudo: required
dist: trusty
services:
- docker
before_install:
- docker pull cartoimages/windshaft-carto-testing
script:
- docker run -e POSTGIS_VERSION=2.4 -v `pwd`:/srv cartoimages/windshaft-carto-testing
language: generic