.travis.yml 201 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 language: node_js os: - linux - osx node_js: - "6" - "5" - "4" - "0.12" - "0.10" before_install: - npm update -g npm matrix: fast_finish: true allow_failures: - node_js: "0.10"