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

Commit 00d35da

Browse files
committed
try-5 to fix travis build
1 parent 9e0e626 commit 00d35da

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
os: linux
22

3-
dist: bionic
3+
dist: focal
44

55
language: c
66

@@ -18,7 +18,7 @@ script:
1818
notifications:
1919
email:
2020
on_success: change
21-
on_failure: always
21+
on_failure: change
2222

2323
env:
2424
# - PG_VERSION=13 LEVEL=hardcore

run_tests.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ 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
21-
make --version
2219

2320
# rebuild PostgreSQL with cassert + valgrind support
2421
if [ "$LEVEL" = "hardcore" ] || \
@@ -90,6 +87,10 @@ if [ "$LEVEL" = "scan-build" ] || \
9087
make USE_PGXS=1 clean
9188
fi
9289

90+
id
91+
ls -l $(which make pg_config) /bin/sh
92+
make --version
93+
ls -la `pwd`
9394

9495
# build and install extension (using PG_CPPFLAGS and SHLIB_LINK for gcov)
9596
make USE_PGXS=1 PG_CPPFLAGS="-coverage" SHLIB_LINK="-coverage"

0 commit comments

Comments
 (0)