Skip to content

Commit

Permalink
update ci versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SheetJSDev committed Jan 16, 2016
1 parent 8bc8da4 commit 9e7fe63
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,9 +1,12 @@
language: node_js
node_js:
- "0.11"
- "5.0"
- "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"
Expand Down
1 change: 1 addition & 0 deletions bin/codepage.njs
Expand Up @@ -2,6 +2,7 @@
/* js-codepage (C) 2014-present SheetJS -- http://sheetjs.com */
/* vim: set ts=2 ft=javascript: */
var codepage = require('../');
require('exit-on-epipe');
var fs = require('fs'), program = require('commander');
program
.version(codepage.version)
Expand Down
1 change: 1 addition & 0 deletions codepage.md
Expand Up @@ -748,6 +748,7 @@ describe('failures', function() {
"dependencies": {
"voc":"",
"concat-stream":"",
"exit-on-epipe":"",
"commander":""
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -19,6 +19,7 @@
"dependencies": {
"voc":"",
"concat-stream":"",
"exit-on-epipe":"",
"commander":""
},
"devDependencies": {
Expand Down

0 comments on commit 9e7fe63

Please sign in to comment.