mirror of https://github.com/citusdata/citus.git
16 lines
338 B
YAML
16 lines
338 B
YAML
sudo: required
|
|
dist: trusty
|
|
language: c
|
|
cache: apt
|
|
env:
|
|
matrix:
|
|
- PGVERSION=9.5
|
|
- PGVERSION=9.4
|
|
before_install:
|
|
- git clone -b v0.3.3 --depth 1 https://github.com/citusdata/tools.git
|
|
- tools/travis/setup_apt.sh
|
|
- tools/travis/nuke_pg.sh
|
|
install:
|
|
- tools/travis/install_pg.sh
|
|
script: tools/travis/pg_travis_multi_test.sh
|