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

Side by Side Diff: third_party/polymer/components/iron-iconset-svg/.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: FVt0rYGSWqJW3i57y9CQHuDaa97UDwZuGc5ts+TDpbuR3DVP8LxB9MT1ApA2bqhg101h PzhWJWIK3Siotkb7eAlsiWgVhdNr8t5eZBPOOnjLiU6PNCF6ZGCZRJHQ6q4xQ2DycGug8OfwMw63yewL EYmVBppeAlStnPUfDWURlJ8= 9 - secure: >-
10 - secure: X7cWxU13zLWoahM/BNBPSvgnI396zMmLzVHDHX6zAQL7gFL+PS4Dz6WjooO3Jx79ks2E 8REUzWB8IFY3FohVAncXA///PAaqNLX0k2et4aOTOs5tcsCWL4nj8tKA6vjZIZ61rCjWTyNRR+o2QPsY 9QQgi3Y+6bzLguWoPuycRbE= 10 FVt0rYGSWqJW3i57y9CQHuDaa97UDwZuGc5ts+TDpbuR3DVP8LxB9MT1ApA2bqhg101hPzhW JWIK3Siotkb7eAlsiWgVhdNr8t5eZBPOOnjLiU6PNCF6ZGCZRJHQ6q4xQ2DycGug8OfwMw63yewLEYmV BppeAlStnPUfDWURlJ8=
11 node_js: stable 11 - secure: >-
12 X7cWxU13zLWoahM/BNBPSvgnI396zMmLzVHDHX6zAQL7gFL+PS4Dz6WjooO3Jx79ks2E8REU zWB8IFY3FohVAncXA///PAaqNLX0k2et4aOTOs5tcsCWL4nj8tKA6vjZIZ61rCjWTyNRR+o2QPsY9QQg i3Y+6bzLguWoPuycRbE=
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