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

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

Issue 2113853002: Run bower update (Closed) Base URL: https://github.com/catapult-project/catapult@polymer10-migration
Patch Set: Created 4 years, 5 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: false 2 sudo: required
3 before_script: 3 before_script:
4 - npm install web-component-tester 4 - npm install -g bower polylint web-component-tester
5 - npm install bower
6 - 'export PATH=$PWD/node_modules/.bin:$PATH'
7 - bower install 5 - bower install
6 - polylint
8 env: 7 env:
9 global: 8 global:
10 - secure: geFs7Ipj7/9knSKT2FEYAB7b/zbmgWFXCgZm7cEcrG71EX/HB1do3spANGOlRly77x aZtNNF1OGYBHIP36DSyMEHRYj6TYtTrPIr2ySeHvoOv0nzYakXdscxBvfI5HJrNiFpld80KoGl8vKfro LNpVLallgumX3diydypolvW1I= 9 - secure: geFs7Ipj7/9knSKT2FEYAB7b/zbmgWFXCgZm7cEcrG71EX/HB1do3spANGOlRly77x aZtNNF1OGYBHIP36DSyMEHRYj6TYtTrPIr2ySeHvoOv0nzYakXdscxBvfI5HJrNiFpld80KoGl8vKfro LNpVLallgumX3diydypolvW1I=
11 - secure: IILEhg3m49exN5hpxbPP1JA/q+s4v/QpOMbDiXVRV4Uz1XwOPGLCyrAB0ENjwzMCye Oah1Z2MyQSUiPisLheHKvZifhviNqizWN//8EDkg1gkU0R6egGdotD5mBb3UpCD0CNZ8+D0FYwOpdCWC ruwr7N+zDUN+6r5H07KP/VeUU= 10 - secure: IILEhg3m49exN5hpxbPP1JA/q+s4v/QpOMbDiXVRV4Uz1XwOPGLCyrAB0ENjwzMCye Oah1Z2MyQSUiPisLheHKvZifhviNqizWN//8EDkg1gkU0R6egGdotD5mBb3UpCD0CNZ8+D0FYwOpdCWC ruwr7N+zDUN+6r5H07KP/VeUU=
12 node_js: 4 11 node_js: stable
13 addons: 12 addons:
14 firefox: latest 13 firefox: latest
15 apt: 14 apt:
16 sources: 15 sources:
17 - google-chrome 16 - google-chrome
18 packages: 17 packages:
19 - google-chrome-stable 18 - google-chrome-stable
19 sauce_connect: true
20 script: 20 script:
21 - xvfb-run wct 21 - xvfb-run wct
22 - "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi" 22 - "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi"
23 dist: trusty
OLDNEW
« no previous file with comments | « third_party/polymer/components/paper-button/.bower.json ('k') | third_party/polymer/components/paper-button/CONTRIBUTING.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698