Skip to content

Commit

Permalink
Execute tests on Node 11 in CI (#1752)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad authored and charmander committed Oct 23, 2018
1 parent 04a0ec7 commit ff6fe1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -14,10 +14,10 @@ matrix:
- node_js: "lts/argon"
addons:
postgresql: "9.6"
- node_js: "9"
- node_js: "10"
addons:
postgresql: "9.6"
- node_js: "10"
- node_js: "11"
addons:
postgresql: "9.6"
- node_js: "lts/carbon"
Expand Down

0 comments on commit ff6fe1e

Please sign in to comment.