forked from postgrespro/jsquery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
35 lines (29 loc) · 932 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
os:
- linux
sudo: required
dist: trusty
language: c
compiler:
- clang
- gcc
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -y install -qq wget ca-certificates; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then source ./travis/dep-ubuntu-postgres.sh; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then source ./travis/dep-ubuntu-llvm.sh; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi
env:
global:
- LLVM_VER=4.0
matrix:
- PG_VER=11 CHECK_TYPE=normal
- PG_VER=11 CHECK_TYPE=static
- PG_VER=10 CHECK_TYPE=normal
- PG_VER=10 CHECK_TYPE=static
- PG_VER=10.5 CHECK_TYPE=valgrind
- PG_VER=9.6 CHECK_TYPE=normal
- PG_VER=9.6 CHECK_TYPE=static
- PG_VER=9.5 CHECK_TYPE=normal
- PG_VER=9.5 CHECK_TYPE=static
- PG_VER=9.4 CHECK_TYPE=normal
- PG_VER=9.4 CHECK_TYPE=static
script: bash ./travis/pg-travis-test.sh