.travis.yml (991B)
1 sudo: false 2 language: node_js 3 before_install: 4 - (test $NPM_LEGACY && npm install -g npm@2 && npm install -g npm@3) || true 5 notifications: 6 email: false 7 matrix: 8 fast_finish: true 9 include: 10 - node_js: '0.8' 11 env: NPM_LEGACY=true 12 - node_js: '0.10' 13 env: NPM_LEGACY=true 14 - node_js: '0.11' 15 env: NPM_LEGACY=true 16 - node_js: '0.12' 17 env: NPM_LEGACY=true 18 - node_js: 1 19 env: NPM_LEGACY=true 20 - node_js: 2 21 env: NPM_LEGACY=true 22 - node_js: 3 23 env: NPM_LEGACY=true 24 - node_js: 4 25 - node_js: 5 26 - node_js: 6 27 - node_js: 7 28 - node_js: 8 29 - node_js: 9 30 script: "npm run test" 31 env: 32 global: 33 - secure: rE2Vvo7vnjabYNULNyLFxOyt98BoJexDqsiOnfiD6kLYYsiQGfr/sbZkPMOFm9qfQG7pjqx+zZWZjGSswhTt+626C0t/njXqug7Yps4c3dFblzGfreQHp7wNX5TFsvrxd6dAowVasMp61sJcRnB2w8cUzoe3RAYUDHyiHktwqMc= 34 - secure: g9YINaKAdMatsJ28G9jCGbSaguXCyxSTy+pBO6Ch0Cf57ZLOTka3HqDj8p3nV28LUIHZ3ut5WO43CeYKwt4AUtLpBS3a0dndHdY6D83uY6b2qh5hXlrcbeQTq2cvw2y95F7hm4D1kwrgZ7ViqaKggRcEupAL69YbJnxeUDKWEdI=