mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 11:00:39 +02:00
Fix Travis
This commit is contained in:
@@ -4,4 +4,5 @@ node_js:
|
|||||||
notifications:
|
notifications:
|
||||||
irc: "irc.esper.net#spongy"
|
irc: "irc.esper.net#spongy"
|
||||||
services:
|
services:
|
||||||
- redis-server
|
- redis-server
|
||||||
|
script: "mocha"
|
||||||
@@ -5,7 +5,7 @@ var networking = require('../modules/networking');
|
|||||||
var helpers = require('../modules/helpers');
|
var helpers = require('../modules/helpers');
|
||||||
var config = require('../modules/config');
|
var config = require('../modules/config');
|
||||||
var skins = require('../modules/skins');
|
var skins = require('../modules/skins');
|
||||||
var redis = require("redis").createClient();
|
var redis = require("../modules/cache");
|
||||||
|
|
||||||
var uuids = fs.readFileSync('test/uuids.txt').toString().split("\r\n");
|
var uuids = fs.readFileSync('test/uuids.txt').toString().split("\r\n");
|
||||||
// Get a random UUID in order to prevent rate limiting
|
// Get a random UUID in order to prevent rate limiting
|
||||||
|
|||||||
Reference in New Issue
Block a user