Skip to content

Commit

Permalink
ci thrash
Browse files Browse the repository at this point in the history
  • Loading branch information
shackbarth committed Jul 18, 2014
1 parent 0974f24 commit eabd64a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ script:
- "npm run-script test"
- "npm run-script test-datasource"
- "cd ../xtuple-extensions"
- "ls -l test"
- "npm run-script test"
- "../xtuple/node_modules/.bin/jshint source"
3 changes: 3 additions & 0 deletions test/lib/test_runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ require:true, __dirname:true, console:true */
}),
runSpec = require("../../../xtuple/test/lib/runner_engine").runSpec;

console.log(fs.readdirSync(path.join(__dirname, "..")));
console.log(extDirs);

_.each(specs, runSpec);

}());
Expand Down

0 comments on commit eabd64a

Please sign in to comment.