.travis.yml 147 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 language: node_js node_js: - "4.0" - "iojs" - "0.12" - "0.11" - "0.10" - "0.8" # Allow Travis tests to run in containers. sudo: false