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

Side by Side Diff: third_party/polymer/v1_0/components-chromium/paper-tabs/.travis.yml

Issue 1468623004: Update Polymer from 1.2.1 -> 1.2.3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@travis-yml
Patch Set: local-state.html Created 5 years 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
(Empty)
1 language: node_js
2 sudo: false
3 matrix:
4 include:
5 - node_js: stable
6 script: xvfb-run wct
7 addons:
8 firefox: latest
9 apt:
10 sources:
11 - google-chrome
12 packages:
13 - google-chrome-stable
14 - node_js: node
15 script:
16 - |
17 if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
18 wct -s 'default'
19 fi
20 before_script:
21 - npm install web-component-tester
22 - npm install bower
23 - export PATH=$PWD/node_modules/.bin:$PATH
24 - bower install
25 env:
26 global:
27 - secure: ieKt2HWOdClqU7OyYA20DFlWduaM0IDk91lO7mWySQL6r55SSB4DnUCgVycQJf0L6S8v yY/fbC/vFP0notyz3MvMAz1NwpRzAI9mKkVWJuaBbm9Ql9PewjanX42chbz3XyqZofXVkfBywmj61NyP M7VRVwhEHmOeYgyFUyV9cls=
28 - secure: g7yrxdFIVMIjkYBKZ29FHUX3noS6u1lvjUmaAaG28rGaEfXK4XR9fhZABR+6ydAjLjdo +WUMvTp4oi6HYrb6ToByprEli/fTexjeGuagDc5r5R84u3CusBuw9YYHDjstHCBFmIZndD+r4PRXkWvY atciF9c0NCHoVrjTH/woe9g=
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698