Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 92f42d5

Browse files
kulaginmpashkinelfe
authored andcommitted
* Fix travis warnings
root: deprecated key sudo (The key `sudo` has no effect anymore.) root: missing dist, using the default xenial root: missing os, using the default linux * Add pg-15
1 parent fc3b03b commit 92f42d5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
sudo: required
1+
os: linux
2+
3+
dist: bionic
24

35
language: c
46

@@ -21,6 +23,8 @@ notifications:
2123
on_failure: always
2224

2325
env:
26+
- PG_VERSION=15beta1
27+
- PG_VERSION=15beta1 LEVEL=hardcore
2428
- PG_VERSION=14
2529
- PG_VERSION=14 LEVEL=hardcore
2630
- PG_VERSION=13

0 commit comments

Comments
 (0)