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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: polymer_1.2.3/bower_components/iron-image/.travis.yml
diff --git a/polymer_1.2.3/bower_components/iron-image/.travis.yml b/polymer_1.2.3/bower_components/iron-image/.travis.yml
new file mode 100644
index 0000000000000000000000000000000000000000..580754f25911fb86aeb93ca006d93ac379e5bb8a
--- /dev/null
+++ b/polymer_1.2.3/bower_components/iron-image/.travis.yml
@@ -0,0 +1,24 @@
+language: node_js
+sudo: false
+before_script:
+ - npm install web-component-tester
+ - npm install bower
+ - 'export PATH=$PWD/node_modules/.bin:$PATH'
+ - bower install
+ - npm install polylint
+ - polylint
+env:
+ global:
+ - secure: citR35FLXNRA4C4o5Gl7gb6yvFhOq3rTd9+IQ8i9Zcf2TV2Ip2wCNANNXOvJV8szsu2fhZLttSclpW+MVePsW3ORYWOVm9neZeTczzNZkUExRKOztAyaujzzIgRd+f5ClJOsjUfGVLWKKWgKMJ8UT4pNRgqwKe4V73oW7LhYpto=
+ - secure: bWeuwHFJSBQu3v2K5I2++tCWh3K05I8NEfi6mywbrxuiOCGNvCWFLTO42+aqUp/yAnolNIKYR5NJFtty5CX2YD4oaRbryk2gzv7UtpIXRx9Jqhe7b/UBzfHIxPoT12TFS/iub+oRnZPAVPPoDrXwwoHkWltZHZwpOVTp86T6DPI=
+node_js: 4
+addons:
+ firefox: latest
+ apt:
+ sources:
+ - google-chrome
+ packages:
+ - google-chrome-stable
+script:
+ - xvfb-run wct
+ - "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi"
« 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