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

Unified Diff: third_party/polymer/components/paper-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/paper-behaviors/.travis.yml
diff --git a/third_party/polymer/components/paper-behaviors/.travis.yml b/third_party/polymer/components/paper-behaviors/.travis.yml
index 49d73573a702ba3bfb86c84f8fb7cc3e5fc13adb..7c55463a3136920305baf295c1ed107ac409b87e 100644
--- a/third_party/polymer/components/paper-behaviors/.travis.yml
+++ b/third_party/polymer/components/paper-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: TYkyKHfqK31bPGX+x388nfvBWtoGhD7lwYYLdunZi2pwvR2N3ngzblklwK/ADgYVDC0y+lZaJsrODvQW2cUxVdQP8p+DifXoOig5b8S2H7HFFFf83gaXv0SJ50rIaKLQmXfBdI0ICFzeQOeJ9TlKvtF3/yn/LDpYftuzgbXIyp4=
- - secure: eUlJabqBW3P+MRieHvRcr446jhpV2YYRfZasOh3zh2vkAVsi5R5mPJXVBwk6xP4tdNPbRo0M3boKnMHjoK8AgFolxQwXpVaoOt/oiFUsBFIUNcwKnSdfnadQa6ON5VoDmPd9UhDwES/gq7i906XkV/1jwRKKhPkx1DCyCBfuTvM=
-node_js: stable
+ - secure: >-
+ TYkyKHfqK31bPGX+x388nfvBWtoGhD7lwYYLdunZi2pwvR2N3ngzblklwK/ADgYVDC0y+lZaJsrODvQW2cUxVdQP8p+DifXoOig5b8S2H7HFFFf83gaXv0SJ50rIaKLQmXfBdI0ICFzeQOeJ9TlKvtF3/yn/LDpYftuzgbXIyp4=
+ - secure: >-
+ eUlJabqBW3P+MRieHvRcr446jhpV2YYRfZasOh3zh2vkAVsi5R5mPJXVBwk6xP4tdNPbRo0M3boKnMHjoK8AgFolxQwXpVaoOt/oiFUsBFIUNcwKnSdfnadQa6ON5VoDmPd9UhDwES/gq7i906XkV/1jwRKKhPkx1DCyCBfuTvM=
+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/paper-behaviors/.bower.json ('k') | third_party/polymer/components/paper-behaviors/bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698