.travis.yml 141 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 language: node_js node_js: - stable - "0.12" - "0.11" - "0.10" - "0.9" - "0.8" - iojs - iojs-v1.0.4 install: - npm install