Skip to content

Commit

Permalink
upgrade to new travis infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerkoser committed Sep 15, 2015
1 parent 1d8fad5 commit 9fc8ce1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: node_js
sudo: false
cache:
directories:
- node_modules
node_js:
- "0.10"
- "0.12"
Expand Down
2 changes: 1 addition & 1 deletion test/acceptance/db.Lob.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ describe('db', function () {
var transaction = client._connection._transaction;

describe('IMAGES', function () {
this.timeout(6000);
before(db.createImages.bind(db));
after(db.dropImages.bind(db));

var dirname = path.join(__dirname, '..', 'fixtures', 'img');

it('should return all images via callback', function (done) {
this.timeout(10000);
var sql = 'select * from images order by NAME';
client.exec(sql, function (err, rows) {
if (err) {
Expand Down

0 comments on commit 9fc8ce1

Please sign in to comment.