.travis.yml 89 Bytes
language: node_js
node_js:
  - "6"
  - "node"
script: npm run travis
cache:
  yarn: true