.travis.yml 95 B

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