Skip to content

Commit

Permalink
Update dependencies (#45)
Browse files Browse the repository at this point in the history
* Update dependencies

* Generate lcov coverage

* Test using newer Node versions

* Test using newer PostgreSQL

* Fix test command

* Pass params to tests correctly
  • Loading branch information
kibertoad committed Mar 3, 2019
1 parent 5116082 commit 60c516a
Show file tree
Hide file tree
Showing 4 changed files with 2,215 additions and 1,318 deletions.
2 changes: 0 additions & 2 deletions .istanbul.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ language: node_js
node_js:
- '6'
- '8'
- '10'
- '11'

before_script:
- psql -c "create database objection_find_test;" -U postgres
Expand All @@ -16,4 +18,4 @@ notifications:
email: false

addons:
postgresql: '9.4'
postgresql: '9.6'
Loading

0 comments on commit 60c516a

Please sign in to comment.