We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664e98f commit 9284f24Copy full SHA for 9284f24
.travis.yml
@@ -9,7 +9,8 @@ env:
9
10
node_js:
11
- lts/dubnium
12
- - 12
+ - lts/erbium
13
+ - 13
14
15
addons:
16
postgresql: "10"
@@ -31,16 +32,16 @@ matrix:
31
32
dist: precise
33
34
# different PostgreSQL versions on Node LTS
- - node_js: lts/dubnium
35
+ - node_js: lts/erbium
36
37
postgresql: "9.3"
38
39
40
postgresql: "9.4"
41
42
43
postgresql: "9.5"
44
45
46
postgresql: "9.6"
47
0 commit comments