Dabolus/polymer3-webpack-starter-kit

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
- 9.8
branches:
  only:
  - master
  - /^greenkeeper/.*$/
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
cache: yarn
script:
- yarn run build