.travis.yml 80 B

123456
  1. language: "node_js"
  2. before_install: npm i -g npm@2
  3. node_js:
  4. - 8
  5. - 10
  6. - 12