.travis.yml 85 B

123456
  1. language: node_js
  2. node_js:
  3. - "10"
  4. before_script:
  5. - npm install -g gulp
  6. script: gulp