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

Side by Side Diff: third_party/polymer/v1_0/components-chromium/iron-behaviors/.travis.yml

Issue 1468623004: Update Polymer from 1.2.1 -> 1.2.3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@travis-yml
Patch Set: local-state.html Created 5 years 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
(Empty)
1 language: node_js
2 sudo: false
3 cache:
4 directories:
5 - node_modules
6 matrix:
7 include:
8 - node_js: stable
9 script: xvfb-run -a wct --simpleOutput -l firefox -l chrome
10 addons:
11 firefox: latest
12 apt:
13 sources:
14 - google-chrome
15 packages:
16 - google-chrome-stable
17 - node_js: node
18 script:
19 - |
20 if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
21 wct --simpleOutput -s 'Windows 10/microsoftedge' -s 'Windows 8.1/interne t explorer@11' -s 'Windows 7/internet explorer@10' -s 'OS X 10.10/safari@8' -s ' OS X 10.9/safari@7'
22 fi
23 before_script:
24 - npm install bower web-component-tester
25 - export PATH=$PWD/node_modules/.bin:$PATH
26 - bower install
27 env:
28 global:
29 - secure: ZOqj2XVNVwfT74rHxg/ljcAsS6FnmDpRSsXbsy1Icv9DcLHrMlmyQ10gWBjE/YXYF0Uv 4akQ1qqn0TJaKOtp9HZeH+P6OPAYk2vJbWD7qp52pPtIqEFomcsUyflt4IjfaXKuN4FMod7PSWVSGJ+D xSguJvZKILkrs5d/rJdFv3c=
30 - secure: clkqemGQG16TXyAPkv9LBv6x3SbT3ZM0eo8LETx4uNKi3WzlwgXxZA9b5Sr5wYzxyxFF pnhDXW7CL4+UjYu1atGNeTW2TuSaYUPHtgu67OFDr8Jbw047p1XQb5enPSt9+YxrHKfjHBiJvWulJ8rC SQshU9Rhe0DC6NrFRPFgk0A=
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698