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

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

Issue 3010683002: Update Polymer components. (Closed)
Patch Set: Rebase Created 3 years, 4 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-behaviors/.travis.yml
diff --git a/third_party/polymer/components/iron-behaviors/.travis.yml b/third_party/polymer/components/iron-behaviors/.travis.yml
index 0c05730a4537094b413a44a9f49cc68ad316f6ee..7b08b65adaecad802f552e8af466b8b094b49fa9 100644
--- a/third_party/polymer/components/iron-behaviors/.travis.yml
+++ b/third_party/polymer/components/iron-behaviors/.travis.yml
@@ -1,23 +1,24 @@
language: node_js
sudo: required
before_script:
-- npm install -g bower polylint web-component-tester
-- bower install
-- polylint
+ - npm install -g bower polylint web-component-tester
+ - bower install
+ - polylint
env:
global:
- - secure: H49pcRc5C6G+ti/ehtT74GZdsUsM/xCvEVJBmKq8rpck7s18R6BbH37RkF2XgYfO4rVa1Bl4KU4Wf5S6aIDYzdaq/phGtFQ04NmDYGbmBhRjwfgxlW4dJ7mkXqXCvNZkxJtAJpgzgVG+xu/I6GsO1Lp4VjGENvVYSsrkGIlSA34=
- - secure: Zq+hvOlL1RmTtMfAtO3bxqYnB7X6MY199cVCKo2J/EbsMvOHII1JvEU1+s2/UG9tgoiXkd7N2OfFOivlbQ75BDIwtvkq32KZNrUEC6vRGhbMBc8JCKkdFB/XHh1mNhQcn6Js656PhZIj2WteZYMSGYDUj7KcBBMacRZQKWuB0OU=
-node_js: stable
+ - secure: >-
+ H49pcRc5C6G+ti/ehtT74GZdsUsM/xCvEVJBmKq8rpck7s18R6BbH37RkF2XgYfO4rVa1Bl4KU4Wf5S6aIDYzdaq/phGtFQ04NmDYGbmBhRjwfgxlW4dJ7mkXqXCvNZkxJtAJpgzgVG+xu/I6GsO1Lp4VjGENvVYSsrkGIlSA34=
+ - secure: >-
+ Zq+hvOlL1RmTtMfAtO3bxqYnB7X6MY199cVCKo2J/EbsMvOHII1JvEU1+s2/UG9tgoiXkd7N2OfFOivlbQ75BDIwtvkq32KZNrUEC6vRGhbMBc8JCKkdFB/XHh1mNhQcn6Js656PhZIj2WteZYMSGYDUj7KcBBMacRZQKWuB0OU=
+node_js: '6'
addons:
- firefox: '46.0'
+ firefox: latest
apt:
sources:
- - google-chrome
+ - google-chrome
packages:
- - google-chrome-stable
- sauce_connect: true
+ - google-chrome-stable
script:
-- xvfb-run wct
-- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s 'default'; fi
+ - xvfb-run wct
+ - 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s ''default''; fi'
dist: trusty
« no previous file with comments | « third_party/polymer/components/iron-behaviors/.bower.json ('k') | third_party/polymer/components/iron-behaviors/bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698