Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cadb227

Browse files
committedJan 21, 2019
Add PostgreSQL 11 into Travis tests
1 parent 9924cd2 commit cadb227

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ notifications:
1818
on_failure: always
1919

2020
env:
21-
- PG_VERSION=10 LEVEL=nightmare
22-
- PG_VERSION=10 LEVEL=hardcore
21+
- PG_VERSION=11 LEVEL=nightmare
22+
- PG_VERSION=11 LEVEL=hardcore
23+
- PG_VERSION=11
2324
- PG_VERSION=10
2425
- PG_VERSION=9.6
2526
- PG_VERSION=9.5
2627

2728
matrix:
2829
allow_failures:
29-
- env: PG_VERSION=10 LEVEL=nightmare
30+
- env: PG_VERSION=11 LEVEL=nightmare

0 commit comments

Comments
 (0)
Please sign in to comment.