Skip to content

Commit

Permalink
travis CI integration
Browse files Browse the repository at this point in the history
  • Loading branch information
bjouhier committed Nov 6, 2015
1 parent 712063b commit 315e0f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/index.js
Expand Up @@ -10,7 +10,7 @@ var tests = fs.readdirSync(root).filter(function(file) {
return fsp.join(root, file);
});

require('streamline').register();
require('..').register();

var testrunner = require("qunit");

Expand Down
2 changes: 1 addition & 1 deletion test/loader.js
@@ -1,6 +1,6 @@
"use strict";
// install streamline hooks
require('streamline').register();
require('..').register();

// patch asyncTest because streamline test function needs a callback.
var original = global.asyncTest;
Expand Down

0 comments on commit 315e0f3

Please sign in to comment.