.travis.yml 82 B

123456
  1. language: node_js
  2. before_install: npm install npm -g
  3. node_js:
  4. - 4.0
  5. - 4
  6. - 6