Skip to content

Commit d874e4c

Browse files
committed
chore: travis: match environment
1 parent 50d142a commit d874e4c

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1+
dist: bionic
2+
sudo: false
3+
14
language: node_js
5+
cache: npm
26

37
node_js:
4-
- "6"
5-
- "4"
8+
- "10"
69

710
addons:
11+
postgresql: "9.6"
812
hosts:
913
- db
1014

1115
services:
12-
- postgres
16+
- postgresql

0 commit comments

Comments
 (0)