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

Side by Side Diff: third_party/polymer/components/iron-collapse/.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 -g bower polylint web-component-tester 4 - npm install -g bower polylint web-component-tester
5 - bower install 5 - bower install
6 - polylint 6 - polylint
7 env: 7 env:
8 global: 8 global:
9 - secure: W+IhreK2iEWsI8CtHVmTx6PVuXrQ6wULdox7o18XIcd3V2HMRKb0Wqz3OF8CqJ+Ofk U6R5pKZI3pGhmba+2ecyTAzvF24f4bX6xP1XLKQn61fNFmwihhMkcCsjrv48mMsKIFTzmlIel2Wbvajk s5ahf6Q3MfWa9/1rIATXgbEFE= 9 - secure: W+IhreK2iEWsI8CtHVmTx6PVuXrQ6wULdox7o18XIcd3V2HMRKb0Wqz3OF8CqJ+Ofk U6R5pKZI3pGhmba+2ecyTAzvF24f4bX6xP1XLKQn61fNFmwihhMkcCsjrv48mMsKIFTzmlIel2Wbvajk s5ahf6Q3MfWa9/1rIATXgbEFE=
10 - secure: UIS5DqFiRpXOxaalEiBcEqWSqn0SgXq7s0crXxa1391dojKCHY5Q/j8nQ0rfrVw5gT 19wFnvci20Fn9i2USa1BbBCmzBSXAckDXt40G5ajHt0BwVdYB8eA4N5WBOlIjti8LfNRkrRy0yCvRq2O wpLmiFciCaQXGL1aZ6dig8x+k= 10 - secure: UIS5DqFiRpXOxaalEiBcEqWSqn0SgXq7s0crXxa1391dojKCHY5Q/j8nQ0rfrVw5gT 19wFnvci20Fn9i2USa1BbBCmzBSXAckDXt40G5ajHt0BwVdYB8eA4N5WBOlIjti8LfNRkrRy0yCvRq2O wpLmiFciCaQXGL1aZ6dig8x+k=
11 - CXX=g++-4.8
12 node_js: stable 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 - ubuntu-toolchain-r-test
19 packages: 17 packages:
20 - google-chrome-stable 18 - google-chrome-stable
21 - g++-4.8
22 sauce_connect: true 19 sauce_connect: true
23 script: 20 script:
24 - xvfb-run wct 21 - xvfb-run wct
25 - "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/iron-collapse/.bower.json ('k') | third_party/polymer/components/iron-collapse/CONTRIBUTING.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698