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

Side by Side Diff: third_party/polymer/components/paper-radio-button/.travis.yml

Issue 2960873002: WIP - Pinpoint - New Page.
Patch Set: . Created 3 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 language: node_js
2 sudo: required
3 before_script:
4 - npm install -g bower polylint web-component-tester
5 - bower install
6 - polylint
7 env:
8 global:
9 - secure: >-
10 GigwuEaV52dS0ZJk4iaUTWOW7zZTtD/j3KqPny9XS71GxDFve3KKAXvhPCHHKuZwsOKWJ3Jn BIXDgEVxHwkS6jUVAEVPDrmF6OZxs5rkRTDFeGKVfoYzCkssj6NE+/XnDMOF5gFdRuI4ZBS/kMB9OASe NsH84wgkMazh9GPu9Lk=
11 - secure: >-
12 EURQh/CaC+RBsHTw5xbyZAFPc6cgQQWFFvp35A8ZHTLvHrhAIybnBb/wisGpPyulSZUd72wd IMNxaUAmP9bniwLs94tzmqbDuBtgZ4a1IPHIm9qGzn7q4JMU2mUYriP/HDIc9Liu6nfccrf7YgYrYKVu pu72WU5FktvyWedUj7w=
13 node_js: '6'
14 addons:
15 firefox: latest
16 apt:
17 sources:
18 - google-chrome
19 packages:
20 - google-chrome-stable
21 script:
22 - xvfb-run wct
23 - 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s ''default''; fi'
24 dist: trusty
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698