Skip to content
Snippets Groups Projects
.travis.yml 80 B
language: "node_js"
before_install: npm i -g npm@2
node_js:
  - 8
  - 10
  - 12