Skip to content

Commit 469c5a1

Browse files
committed
travis: some more fixes
1 parent d65ae6c commit 469c5a1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ notifications:
2626

2727
# Default MODE is basic, i.e. all tests with PG_PROBACKUP_TEST_BASIC=ON
2828
env:
29-
- PG_VERSION=12 PG_BRANCH=REL_13_STABLE
29+
- PG_VERSION=13 PG_BRANCH=REL_13_STABLE
3030
- PG_VERSION=12 PG_BRANCH=REL_12_STABLE
3131
- PG_VERSION=11 PG_BRANCH=REL_11_STABLE
3232
- PG_VERSION=10 PG_BRANCH=REL_10_STABLE

travis/run_tests.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ git clone https://github.com/postgres/postgres.git -b $PG_BRANCH --depth=1
3636
echo "############### Compiling Postgres:"
3737
cd postgres # Go to postgres dir
3838
./configure --prefix=$PGHOME --enable-debug --enable-cassert --enable-depend --enable-tap-tests
39-
#make -s -j$(nproc) install
40-
make -s -j$(nproc) -C 'src/common' install
41-
make -s -j$(nproc) -C 'src/port' install
42-
make -s -j$(nproc) -C 'src/interfaces' install
39+
make -s -j$(nproc) install
40+
#make -s -j$(nproc) -C 'src/common' install
41+
#make -s -j$(nproc) -C 'src/port' install
42+
#make -s -j$(nproc) -C 'src/interfaces' install
4343
make -s -j$(nproc) -C contrib/ install
4444

4545
# Override default Postgres instance

0 commit comments

Comments
 (0)