2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-29 05:17:41 +00:00

Seems travis is ignoring Max Concurrent Jobs, till they fix it, use one default NodeJS v.

This commit is contained in:
yago 2015-07-07 23:21:56 +02:00
parent f5170c573c
commit 812b23fd2b

View File

@ -1,9 +1,9 @@
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- "iojs"
- "iojs-v1.0.4"
# node_js:
# - "0.12"
# - "0.11"
# - "0.10"
# - "iojs"
# - "iojs-v1.0.4"
after_success:
- npm run test-cov