From ab41eb4c6dcbe207c7b3df0a88f413db66481b49 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 13 Mar 2015 00:42:31 -0400 Subject: [PATCH] Add Travis CI configuration --- .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..8a34681 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: c +before_install: + - wget https://gist.github.com/petere/5893799/raw/apt.postgresql.org.sh + - wget https://gist.github.com/petere/6023944/raw/pg-travis-test.sh + - sudo sh ./apt.postgresql.org.sh +install: + - sudo apt-get install -qq liburiparser-dev +env: + - PGVERSION=9.1 + - PGVERSION=9.2 + - PGVERSION=9.3 + - PGVERSION=9.4 +script: + - bash ./pg-travis-test.sh