Skip to content

Commit

Permalink
Update knex to the latest version 🚀 (#132)
Browse files Browse the repository at this point in the history
* chore(package): update knex to version 0.14.0

* Update to pass with latest Knex

* Increase timeout

* Update .travis.yml
  • Loading branch information
greenkeeper[bot] authored and daffl committed Dec 3, 2017
1 parent 7fc105f commit 31bd82d
Show file tree
Hide file tree
Showing 8 changed files with 288 additions and 160 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: node_js
node_js:
- node
- '8'
- '6'
- '4'
sudo: false
before_script:
- npm install -g codeclimate-test-reporter
Expand Down
53 changes: 0 additions & 53 deletions example/app.js

This file was deleted.

3 changes: 2 additions & 1 deletion mocha.opts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
--recursive test/
--compilers js:babel-core/register
--timeout 5000
--timeout 20000
--exit
Loading

0 comments on commit 31bd82d

Please sign in to comment.