Skip to content

Commit

Permalink
Upgrade to test on node 10 (#114)
Browse files Browse the repository at this point in the history
* Upgrade to test on node 10

* Use errno instead of code

* Only check errno if it exists
  • Loading branch information
brianc committed Jan 2, 2019
1 parent f917695 commit 4d2ad36
Show file tree
Hide file tree
Showing 7 changed files with 2,120 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ matrix:
- node_js: "8"
addons:
postgresql: "9.6"
- node_js: "9"
- node_js: "10"
addons:
postgresql: "9.6"

0 comments on commit 4d2ad36

Please sign in to comment.