Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dcfb299

Browse files
committed
try-2 to fix travis build
1 parent e81dfae commit dcfb299

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

.travis.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ notifications:
2020
on_failure: always
2121

2222
env:
23-
- PG_VERSION=13 LEVEL=hardcore
23+
# - PG_VERSION=13 LEVEL=hardcore
2424
- PG_VERSION=13
25-
- PG_VERSION=12 LEVEL=hardcore
26-
- PG_VERSION=12
27-
- PG_VERSION=11 LEVEL=hardcore
28-
- PG_VERSION=11
29-
- PG_VERSION=10 LEVEL=hardcore
30-
- PG_VERSION=10
31-
- PG_VERSION=9.6 LEVEL=hardcore
32-
- PG_VERSION=9.6
33-
- PG_VERSION=9.5 LEVEL=hardcore
34-
- PG_VERSION=9.5
25+
# - PG_VERSION=12 LEVEL=hardcore
26+
# - PG_VERSION=12
27+
# - PG_VERSION=11 LEVEL=hardcore
28+
# - PG_VERSION=11
29+
# - PG_VERSION=10 LEVEL=hardcore
30+
# - PG_VERSION=10
31+
# - PG_VERSION=9.6 LEVEL=hardcore
32+
# - PG_VERSION=9.6
33+
# - PG_VERSION=9.5 LEVEL=hardcore
34+
# - PG_VERSION=9.5
3535

3636
jobs:
3737
allow_failures:

run_tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ status=0
1616
# global exports
1717
export PGPORT=55435
1818
export VIRTUAL_ENV_DISABLE_PROMPT=1
19+
id
20+
ls -l $(which make pg_config) /bin/sh
1921

2022
# rebuild PostgreSQL with cassert + valgrind support
2123
if [ "$LEVEL" = "hardcore" ] || \

0 commit comments

Comments
 (0)