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

Side by Side Diff: third_party/polymer/v1_0/components-chromium/iron-flex-layout/.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 matrix:
4 include:
5 - node_js: stable
6 script: xvfb-run wct
7 addons:
8 firefox: latest
9 apt:
10 sources:
11 - google-chrome
12 packages:
13 - google-chrome-stable
14 - node_js: node
15 script:
16 - |
17 if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
18 wct -s 'default'
19 fi
20 before_script:
21 - npm install web-component-tester
22 - npm install bower
23 - export PATH=$PWD/node_modules/.bin:$PATH
24 - bower install
25 env:
26 global:
27 - secure: jFaXkmco40NlJT4VyFYM34Zv9D1XVfLXgixobnyHQyJDBKSXrNLcwDuvrGUpJx/pwBCx EhKAbvxeJ+PBMUv8QV08MAdw2S6QOsIe3CUxAehoNoOMJw5duhE8faWlz8qzmCWEowHVFUeVsd0ZUsgO u6RTspj2A51D/CztQuW0Ljw=
28 - secure: fKrO5yMx8kZM1WQ3k0bzo6MCREKGW2WkCl2suDjuEtb1SQ/SaZa9Tun0fcqIHVJqg9+j OS1Romt/+MN27Nc6IT1tv/NdLd+uWjtMA+OzLyv48gzcdu8Ls/TISUGm5Wb7XHkcvMAb1tRoBs5BOvQ/ 85FilZLEq1km8snG9ZsOOWI=
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698