Skip to content

Instantly share code, notes, and snippets.

@valdrinkoshi
Created March 17, 2017 18:19
Show Gist options
  • Save valdrinkoshi/0f6bb588bef2cc36203af788734ae66a to your computer and use it in GitHub Desktop.
Save valdrinkoshi/0f6bb588bef2cc36203af788734ae66a to your computer and use it in GitHub Desktop.
polymer-cli: travis and package.json templates
language: node_js
sudo: required
install: yarn install
node_js: '6'
addons:
firefox: latest
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
script: yarn test
dist: trusty
{
"scripts": {
"install": "node_modules/.bin/polymer install",
"test": "node_modules/.bin/polymer test"
},
"devDependencies": {
"polymer-cli": "^0.18.0-pre.13",
"web-component-tester": "^6.0.0-prerelease.7"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment