.travis.yml 213 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 language: node_js node_js: - "0.6" - "0.8" - "0.10" - "0.12" - "4" - "5" install: - make install - make lint-install script: - make lint - make test sudo: false matrix: fast_finish: true