Skip to content

Commit 9bc2227

Browse files
committed
Add node v16 to the test suite
1 parent 1ca8a49 commit 9bc2227

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
postgresql: '9.6'
1818
env:
1919
- PGVERSION=9.6 PGUSER=postgres PGDATABASE=postgres
20+
- node_js: '16'
21+
addons:
22+
postgresql: '9.6'
23+
env:
24+
- PGVERSION=9.6 PGUSER=postgres PGDATABASE=postgres
2025
- node_js: '10'
2126
addons:
2227
postgresql: '11'

0 commit comments

Comments
 (0)