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

Unified Diff: third_party/polymer/components/iron-fit-behavior/.travis.yml

Issue 2113853002: Run bower update (Closed) Base URL: https://github.com/catapult-project/catapult@polymer10-migration
Patch Set: Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: third_party/polymer/components/iron-fit-behavior/.travis.yml
diff --git a/third_party/polymer/components/iron-fit-behavior/.travis.yml b/third_party/polymer/components/iron-fit-behavior/.travis.yml
index 899ec45bc62fef79dcc46b5fd9d41219379b4046..f7ceec787f7b62d3806dbf0751ad447d7503d32f 100644
--- a/third_party/polymer/components/iron-fit-behavior/.travis.yml
+++ b/third_party/polymer/components/iron-fit-behavior/.travis.yml
@@ -1,5 +1,5 @@
language: node_js
-sudo: false
+sudo: required
before_script:
- npm install -g bower polylint web-component-tester
- bower install
@@ -8,18 +8,16 @@ env:
global:
- secure: QL2j7nfSA/40iIPMKLMosv9hj8q7eGBbPQXVQmCL3uXD5qoMPTqo1qronKKX+bi3Rh7W104ufV4CzzbWvBwQh8gipx+4REGijzc77Fro2y3v3/wUp9H/UEWnbhAWPDsqEoAD8xQXFHkVv7874/VwOlubQyXDGlvqh0fzYbUNUQo=
- secure: ajBo8YcSzi4kNuCHcmajCirWQKf5Mj4OZ3tQjNAcJJAy0UtyrAgTenayWN2ijKqD5V8wfTK66jUXGYMZkoJV4EpknrUliqRgRqKHHfULXYWRSC7lDGxf835ReFxstkPun4HmNtxraAWJgmgFz7mylntTVKm46Ce4INj3n8reWaY=
- - CXX=g++-4.8
node_js: stable
addons:
- firefox: latest
+ firefox: '46.0'
apt:
sources:
- google-chrome
- - ubuntu-toolchain-r-test
packages:
- google-chrome-stable
- - g++-4.8
sauce_connect: true
script:
- xvfb-run wct
- "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi"
+dist: trusty

Powered by Google App Engine
This is Rietveld 408576698