.travis.yml 97 B

12345678
  1. language: node_js
  2. node_js:
  3. - "8"
  4. - "10"
  5. - "12"
  6. install: npm install -g gulp; npm install