Skip to content

Commit ff6fe1e

Browse files
kibertoadcharmander
authored andcommitted
Execute tests on Node 11 in CI (#1752)
1 parent 04a0ec7 commit ff6fe1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ matrix:
1414
- node_js: "lts/argon"
1515
addons:
1616
postgresql: "9.6"
17-
- node_js: "9"
17+
- node_js: "10"
1818
addons:
1919
postgresql: "9.6"
20-
- node_js: "10"
20+
- node_js: "11"
2121
addons:
2222
postgresql: "9.6"
2323
- node_js: "lts/carbon"

0 commit comments

Comments
 (0)