forked from sheetjs/sheetjs
SheetJS
b0b3ffea84
more formats: o fractional seconds o absolute time formats o generalized engineering notation o better resolution in splitting format strings o support for LO uppercase date+time formats other changes - no more prototype pollution - many many more tests - passes jshint - code coverage: blanket + coveralls + travis - npmignore test files
11 lines
202 B
YAML
11 lines
202 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
- "0.8"
|
|
before_install:
|
|
- "npm install -g mocha"
|
|
- "npm install blanket"
|
|
- "npm install coveralls mocha-lcov-reporter"
|
|
after_success:
|
|
- "make coveralls"
|