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

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

Issue 3010683002: Update Polymer components. (Closed)
Patch Set: Rebase Created 3 years, 3 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 fg+1RZ1aJQfxiM42iXvK8hj8L9RN8zX6IEjhuxFgNcgBY786DCyy9CIn1Gz4esv+4ZXyJfLy CbzGi8NMrzc6j3nbmewRKf3/zkX5NI4at82EvlkkN8Bcp7z+AV871LyLeV5q94waiR6+9/2LHega+F96 pyl/4SAKxk2Gmh3BuPk=
11 - secure: >-
12 VkX13Tu1Ojr/2ZRXRORize8w4tlNo2bBUYEbEDF/RtcoxQeTffjAigmZ1q4Z/eZaA41JI/Fh 90HUzZRg9V0W+TGT3t6htK9zxZq9zygM6sHVpOayxGInEW1TcMSM3QlcRI+3y8xUeCgpCmBmLLLI8K+H ENRi1trg4C2HJk4JCN8=
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
« no previous file with comments | « third_party/polymer/components/paper-toast/.gitignore ('k') | third_party/polymer/components/paper-toast/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698