.travis.yml 172 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 language: node_js sudo: false node_js: - "0.10" - 0.12 - iojs - 4 - 5 before_install: - npm install -g grunt-cli notifications: email: - andris@kreata.ee