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

Side by Side Diff: polymer_1.2.3/bower_components/iron-image/.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 before_script:
4 - npm install web-component-tester
5 - npm install bower
6 - 'export PATH=$PWD/node_modules/.bin:$PATH'
7 - bower install
8 - npm install polylint
9 - polylint
10 env:
11 global:
12 - secure: citR35FLXNRA4C4o5Gl7gb6yvFhOq3rTd9+IQ8i9Zcf2TV2Ip2wCNANNXOvJV8szsu 2fhZLttSclpW+MVePsW3ORYWOVm9neZeTczzNZkUExRKOztAyaujzzIgRd+f5ClJOsjUfGVLWKKWgKMJ 8UT4pNRgqwKe4V73oW7LhYpto=
13 - secure: bWeuwHFJSBQu3v2K5I2++tCWh3K05I8NEfi6mywbrxuiOCGNvCWFLTO42+aqUp/yAn olNIKYR5NJFtty5CX2YD4oaRbryk2gzv7UtpIXRx9Jqhe7b/UBzfHIxPoT12TFS/iub+oRnZPAVPPoDr XwwoHkWltZHZwpOVTp86T6DPI=
14 node_js: 4
15 addons:
16 firefox: latest
17 apt:
18 sources:
19 - google-chrome
20 packages:
21 - google-chrome-stable
22 script:
23 - xvfb-run wct
24 - "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi"
OLDNEW
« no previous file with comments | « polymer_1.2.3/bower_components/iron-image/.gitignore ('k') | polymer_1.2.3/bower_components/iron-image/CONTRIBUTING.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698