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

Side by Side Diff: polymer_1.2.3/bower_components/iron-meta/.travis.yml

Issue 1581713003: [third_party] add polymer 1.2.3 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: 1.2.3 Created 4 years, 11 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: 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: eGcuDAJt+1GPrC6u95vHufjnSXWbVBZpW7oKQhZjcHrN19l9COdOb7RVkTPsZzEanHaH /D6Psr4WJKyd72Wx5wj+bqGh4nPHTFSnK3+gNT4eJAgLvsxLwHxW8QkYYHEdZe8Wd6sOdal9geeLZ8fG 9xELYEtuJR6lww5uLvFv/cw=
28 - secure: DoBz8LDaS4/lQ9sTXE5pnp8fqEvG47mmdQaQ14EnHQ+wLbajIaLk59vRfau5c7mIef8d EgaT40r/kVP5QRr3OiH5UJY3jLnCMVIxWJ3ZTkuGGuU6QDQvoGSSBhdA+b+G94bbK6LtHQxRBrkiyT9d 0IzT5ZiHlDlteGbjdDWAgw0=
OLDNEW
« no previous file with comments | « polymer_1.2.3/bower_components/iron-meta/.gitignore ('k') | polymer_1.2.3/bower_components/iron-meta/CONTRIBUTING.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698