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

experimental
yago 11 years ago
parent f5170c573c
commit 812b23fd2b
  1. 12
      .travis.yml

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

Loading…
Cancel
Save