Skip to content

Commit

Permalink
Update Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Shinderuk committed Oct 17, 2023
1 parent e566633 commit bf6bc4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ os:
- linux

sudo: required
dist: trusty
dist: jammy

language: c

Expand All @@ -17,10 +17,8 @@ script:
- docker-compose run tests

env:
- PG_VERSION=10 CHECK_CODE=clang
- PG_VERSION=10 CHECK_CODE=cppcheck
- PG_VERSION=10 CHECK_CODE=false
- PG_VERSION=11 CHECK_CODE=clang
- PG_VERSION=11 CHECK_CODE=cppcheck
- PG_VERSION=11 CHECK_CODE=false
- PG_VERSION=12 CHECK_CODE=clang
- PG_VERSION=12 CHECK_CODE=false
Expand All @@ -30,3 +28,5 @@ env:
- PG_VERSION=14 CHECK_CODE=false
- PG_VERSION=15 CHECK_CODE=clang
- PG_VERSION=15 CHECK_CODE=false
- PG_VERSION=16 CHECK_CODE=clang
- PG_VERSION=16 CHECK_CODE=false

0 comments on commit bf6bc4b

Please sign in to comment.