-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy path.travis.yml
More file actions
43 lines (34 loc) · 775 Bytes
/
.travis.yml
File metadata and controls
43 lines (34 loc) · 775 Bytes
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
36
37
38
39
40
41
42
43
sudo: required
language: c
os: linux
dist: focal
services:
- docker
install:
- ./mk_dockerfile.sh
- docker-compose build
script:
- docker-compose run $(bash <(curl -s https://codecov.io/env)) tests
notifications:
email:
on_success: change
on_failure: always
env:
- PG_VERSION=18
- PG_VERSION=17
- PG_VERSION=16 LEVEL=hardcore USE_TPCDS=1
- PG_VERSION=16
- PG_VERSION=15 LEVEL=hardcore USE_TPCDS=1
- PG_VERSION=15
- PG_VERSION=14 LEVEL=hardcore USE_TPCDS=1
- PG_VERSION=14
- PG_VERSION=13
- PG_VERSION=12
- PG_VERSION=10
- PG_VERSION=9.6
matrix:
allow_failures:
- env: PG_VERSION=13
- env: PG_VERSION=12
- env: PG_VERSION=10
- env: PG_VERSION=9.6