mirror of
https://github.com/knex/knex.git
synced 2025-12-26 14:38:38 +00:00
dropping 0.6 as a target version
Should still work though.
This commit is contained in:
parent
3c8d08a64b
commit
3d898efca5
@ -3,7 +3,6 @@ language: node_js
|
||||
node_js:
|
||||
- 0.10
|
||||
- 0.8
|
||||
- 0.6
|
||||
|
||||
before_script:
|
||||
- psql -c 'create database knex_test;' -U postgres
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
// Helps with error handling on errors swallowed by promises.
|
||||
var mocha = require('mocha');
|
||||
|
||||
require("mocha-as-promised")(mocha);
|
||||
require("mocha-as-promised")();
|
||||
|
||||
global.sinon = require("sinon");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user