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

Side by Side Diff: third_party/polymer/v1_0/components-chromium/paper-spinner/.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, 1 month 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: dpHtK5BMl68o/D6cQO9VsQWBPVuTrFPC56NT6kBLbiQtmxG2E2FD8dN4cHuEWafZopwY SsLLmEIIK77FMaonTSmzos5EixIQyqGxWTyNTpthg0Jenzc+6vZEs3h+3LDodFjdZSu8FgKyxU8SFLLG jAsSy8aegUNBszy7/SY8FAM=
28 - secure: EASvFsWb/njjh3DOLD5Oz3nw4QPl4aIhDAIhU2qelb2UCp8Q/KGniU7VjNoQ7OSN05jh 2ooz8Pu3cAhLmrWumJn2atXEXvRPKtT/+1Ciy3xFcvgmqM0RHB+7qSSOUwgvPW9bwdzVxxMjAW7Oqb7w 3nVn9/mEv2sMPNSv7iEbiUI=
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698