Codebase list node-slide / 791f6328-ba46-46c3-98c4-ca717463d983/main .travis.yml
791f6328-ba46-46c3-98c4-ca717463d983/main

Tree @791f6328-ba46-46c3-98c4-ca717463d983/main (Download .tar.gz)

.travis.yml @791f6328-ba46-46c3-98c4-ca717463d983/mainraw · history · blame

language: node_js
sudo: false
before_install:
  - "npm -g install npm"
node_js:
  - "4"
  - "6"
  - "0.10"
  - "5"
  - "0.12"