Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: third_party/polymer/components/paper-checkbox/.travis.yml

Issue 2906483004: [pinpoint] Add iron-form and paper-checkbox to polymer components. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/polymer/components/paper-checkbox/.travis.yml
diff --git a/third_party/polymer/components/paper-checkbox/.travis.yml b/third_party/polymer/components/paper-checkbox/.travis.yml
new file mode 100644
index 0000000000000000000000000000000000000000..305c9cc154b9c64eaed2423628dc8423982be18c
--- /dev/null
+++ b/third_party/polymer/components/paper-checkbox/.travis.yml
@@ -0,0 +1,25 @@
+language: node_js
+sudo: required
+before_script:
+ - npm install -g bower polylint web-component-tester eslint eslint-plugin-html
+ - bower install
+ - polylint
+ - eslint *.html test/*.html
+env:
+ global:
+ - secure: >-
+ yp6I0VbSey7lRWOKQQkBU7CBvQd0hN0TZiZnbo8fzWWfOjANeDICCa/xyY2+ZM0TU5mxvehTg38mjkpRPkMm4UrsE5og49GBFqaDLk9U+Bp7fP37tDtWfT3l4VgpzSwKAdIEh8EcmUPblZxQxJlH6+HHImnPCWSKy9YvVEGirzY=
+ - secure: >-
+ XjG814z1IZBtPOsZBknOcJaqSJHjF7jWzAw1Cl9sKcmHPKSJW2a0gILdpXx2Au0KGzLzn7Z6/p6u2+rv4tbYWBq21EWgbHmn3iAF4pAZt6DgGqJpfCsNdyuKUYN8ZfLFbK3GC/js6IJDGV+zq5HxtZmwZh+eQ85bbx2xNyRKZis=
+node_js: '6'
+addons:
+ firefox: latest
+ apt:
+ sources:
+ - google-chrome
+ packages:
+ - google-chrome-stable
+script:
+ - xvfb-run wct
+ - 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s ''default''; fi'
+dist: trusty

Powered by Google App Engine
This is Rietveld 408576698