.travis.yml 111 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 language: node_js before_script: npm install -g npm@latest node_js: - '0.8' - '0.10' - '0.12' - 'iojs'