pinning npm in travis

This commit is contained in:
SheetJS 2017-06-12 15:26:17 -04:00
parent 8fbfcfddc1
commit 844c43bc18
2 changed files with 2 additions and 3 deletions

View File

@ -9,8 +9,8 @@ node_js:
- "0.10"
- "0.8"
before_install:
- "npm install -g npm@next"
- "npm install -g mocha"
- "npm install -g npm@4.3.0"
- "npm install -g mocha@2.x voc"
- "npm install codepage"
- "npm install blanket"
- "npm install coveralls mocha-lcov-reporter"

View File

@ -3,7 +3,6 @@
/*:: declare var ADLER32: ADLER32Module; */
var X = ADLER32;
// $FlowIgnore
function console_log(/*:: ...args:Array<any> */) { if(typeof console !== 'undefined') console.log.apply(console, [].slice.call(arguments)); }
function lpad(s/*:string*/, len/*:number*/, chr/*:?string*/)/*:string*/{