js-codepage/.travis.yml
SheetJS 5aacbbf522 version bump 1.5.0
new codepages:

- 808   OEM Russian; Cyrillic + Euro symbol
- 872   OEM Cyrillic (primarily Russian) + Euro Symbol
- 1010  IBM EBCDIC French
- 1132  IBM EBCDIC Lao (1132 / 1133 / 1341)
- 47451 Atari ST/TT

other changes:

- updated travis versions for test
- miscellaneous adjustments to tooling
2016-09-22 13:42:47 -04:00

18 lines
314 B
YAML

language: node_js
node_js:
- "6"
- "5"
- "4.2"
- "0.12"
- "0.10"
- "0.8"
before_install:
- "npm install -g npm@next"
- "npm install -g mocha voc"
- "npm install blanket"
- "npm install coveralls mocha-lcov-reporter"
before_script:
- "voc codepage.md"
after_success:
- "make coveralls-spin"