Skip to content

Commit 63e4eea

Browse files
authored
Add postgres version 13 tto Travis (#1235)
Update the travis-ci configuration to run test on latest stable version ie 13
1 parent 45a4b6f commit 63e4eea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ env:
88
- LISP=ccl PGVERSION=10
99
- LISP=ccl PGVERSION=11
1010
- LISP=ccl PGVERSION=12
11+
- LISP=ccl PGVERSION=13
1112
- LISP=sbcl PGVERSION=9.6
1213
- LISP=sbcl PGVERSION=10
1314
- LISP=sbcl PGVERSION=11
1415
- LISP=sbcl PGVERSION=12
16+
- LISP=sbcl PGVERSION=13
1517

1618
install:
1719
- ./.travis.sh lisp_install

0 commit comments

Comments
 (0)