Skip to content

Travis config fix #109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
* 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
  • Loading branch information
kulaginm committed May 27, 2022
commit f03f93d73f02e1e7260bbdecbc86c7bbdcd0ebff
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
sudo: required
os: linux

dist: bionic

language: c

Expand All @@ -21,6 +23,8 @@ notifications:
on_failure: always

env:
- PG_VERSION=15beta1
- PG_VERSION=15beta1 LEVEL=hardcore
- PG_VERSION=14
- PG_VERSION=14 LEVEL=hardcore
- PG_VERSION=13
Expand Down