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

Side by Side Diff: third_party/polymer/v1_0/components-chromium/paper-checkbox/.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: PkxMaBcKe8HD1Jv8O6qiyQ4Nux6DfaVyN/ss9opajX9Oqa2ECJRI/OCsjDSrgXKhuAc2 dw0L/KwSb/j4hg3/9BzHlJYQmeR9b9+MsO377TseNw5aKlywgVRu2bj8ODv2naQ4pB4B/Us/n9K7J0vl HIwM8UAJJwGjYm2oYTQxCAw=
28 - secure: WQNRMEQEm6k5e+rzN08Lg0IBC83AZLz1QLP89z59JHLrAOeBu7CBh/LFG0OkhUnTC+dG 2JdfIZbdQVCEciDyONjSIKzmM4ze9/LrGzFpROE8bU0ylYSLqX+3CK/6i7VMR3pJo79e1KOeprppHiJS RLVBJfhG+5uNgwAXws/sLQ4=
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698