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

Side by Side Diff: third_party/polymer/components/paper-dialog-behavior/.travis.yml

Issue 3010683002: Update Polymer components. (Closed)
Patch Set: Rebase Created 3 years, 3 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 unified diff | Download patch
OLDNEW
1 language: node_js 1 language: node_js
2 sudo: required 2 sudo: required
3 before_script: 3 before_script:
4 - npm install -g bower polylint web-component-tester 4 - npm install -g bower polylint web-component-tester
5 - bower install 5 - bower install
6 - polylint 6 - polylint
7 env: 7 env:
8 global: 8 global:
9 - secure: ZBrrZGA8OWY95x8yHSsKUNrQfowhRe/s/pMZhHgnoppnZ1+bDfpoms+ggOdvH0TgUR AAdF+1Wq1mTCgNp0FYLJ3Oe34XseDIxiA3wXSQO/E2m4Cfj/w4fRvaSy8ikdz5urQJET33SjDKdggm1F mWmnt6vSVgW/mg8M7AW2KWDcE= 9 - secure: >-
10 - secure: P5UKkTar39Q1k0VwtF5LhOphqNiW3r+DSnN1vRNA4oKZPrt6l3dJE1hpA9+1x1m6Sr yG856lLekPM6/fVZuC7nyDKFLz4vU/EWhiGdyWN1lHhE2MDh281TsCtzK56S0uJxdmlIpSiWTFWIrrEi iewN2b8dXy3FSPfy0Fo1sGn54= 10 TJSGIyeS77tnbqO9zSa5jAThGUOwhfDTdMBXIVkjDwPqtB2u8y6QB6rerGvNpDLdWTZh6dNU Byc4vHJLGKmTArbWc/XH90H7msZs3OxMlXjgILX4//QSxM4uwBwfTh44PVb/wDJxgX950qXyF646Lo9A 8UwKk2JL9LBeuiO+tQs=
11 node_js: stable 11 - secure: >-
12 QXJDFGdZ+94ktzeT8u1TjkgCSbku5UT+YIyOOyw4yrphg/0HSnlZ8bu5i3z9iPJu3mzxNdIX CAW7dLKfYgKK6S21o/3QWlMDuAt11wnSZLW/GWrLDTQNotFN+cLFghGuZkM3bsMp+CLjvvjZZwyK3B34 0g1gP66DbUQuoUYaRao=
13 node_js: '6'
12 addons: 14 addons:
13 firefox: '46.0' 15 firefox: latest
14 apt: 16 apt:
15 sources: 17 sources:
16 - google-chrome 18 - google-chrome
17 packages: 19 packages:
18 - google-chrome-stable 20 - google-chrome-stable
19 sauce_connect: true
20 script: 21 script:
21 - xvfb-run wct 22 - xvfb-run wct
22 - "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi" 23 - 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s ''default''; fi'
23 dist: trusty 24 dist: trusty
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698