dropping 0.6 as a target version

Should still work though.
This commit is contained in:
Tim Griesser 2013-11-28 11:43:47 -05:00
parent 3c8d08a64b
commit 3d898efca5
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -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");