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

Side by Side Diff: third_party/polymer/components/paper-ripple/.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: YrC5bTrJwlszZQWfnRwDbLaZNLf+KnWXTAfzvul7eij21W3/v+E0wp9pFTLQj/G3bZ WgOEZSsoXxASNcNu1JUmJRyLXpJgTps25IlS/VJTRHoK7jUjt5pJG1CbcgTixQblyOVtPqT6j0V23V0d 3mhQ3H2xFBbcl87iYO1w+6nmQ= 9 - secure: YrC5bTrJwlszZQWfnRwDbLaZNLf+KnWXTAfzvul7eij21W3/v+E0wp9pFTLQj/G3bZ WgOEZSsoXxASNcNu1JUmJRyLXpJgTps25IlS/VJTRHoK7jUjt5pJG1CbcgTixQblyOVtPqT6j0V23V0d 3mhQ3H2xFBbcl87iYO1w+6nmQ=
11 - secure: NZv74uwtibMbmarEOWRUNkEwjz/2akWEIe2JDxglag2JUECWrcAKJIQUqYsO0KNUIg 09xJEqWLWED4fN73p3z27Jl/z99ssVMvPQt8duoxwZ6UwcjVWUQNjgXKN6JDZCf+3hJsmU51Lp6mpzj0 Y5m8nCjhh7/bBnJahH+VRm7bA= 10 - secure: NZv74uwtibMbmarEOWRUNkEwjz/2akWEIe2JDxglag2JUECWrcAKJIQUqYsO0KNUIg 09xJEqWLWED4fN73p3z27Jl/z99ssVMvPQt8duoxwZ6UwcjVWUQNjgXKN6JDZCf+3hJsmU51Lp6mpzj0 Y5m8nCjhh7/bBnJahH+VRm7bA=
12 node_js: 4 11 node_js: stable
13 addons: 12 addons:
14 firefox: '42.0' 13 firefox: '46.0'
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-ripple/.bower.json ('k') | third_party/polymer/components/paper-ripple/CONTRIBUTING.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698