commit
6237301522
@ -4,7 +4,4 @@ node_js:
|
||||
- "0.12"
|
||||
- "4.0"
|
||||
- "4.1"
|
||||
before_script:
|
||||
- mkdir ~/.shout
|
||||
- cp defaults/config.js ~/.shout
|
||||
sudo: false
|
||||
|
@ -13,7 +13,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node index",
|
||||
"test": "mocha test/**/*.js"
|
||||
"test": "HOME=test/fixtures mocha test/**/*.js"
|
||||
},
|
||||
"keywords": [
|
||||
"browser",
|
||||
|
5
test/fixtures/.shout/config.js
vendored
Normal file
5
test/fixtures/.shout/config.js
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
var config = require("../../../defaults/config.js");
|
||||
|
||||
config.prefetch = true;
|
||||
|
||||
module.exports = config;
|
Loading…
Reference in New Issue
Block a user