aboutsummaryrefslogtreecommitdiff
path: root/catapult/third_party/polymer/components/iron-image/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'catapult/third_party/polymer/components/iron-image/.travis.yml')
-rwxr-xr-xcatapult/third_party/polymer/components/iron-image/.travis.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/catapult/third_party/polymer/components/iron-image/.travis.yml b/catapult/third_party/polymer/components/iron-image/.travis.yml
new file mode 100755
index 00000000..74afb743
--- /dev/null
+++ b/catapult/third_party/polymer/components/iron-image/.travis.yml
@@ -0,0 +1,23 @@
+language: node_js
+sudo: required
+before_script:
+ - npm install -g bower polylint web-component-tester
+ - bower install
+ - polylint
+env:
+ global:
+ - secure: citR35FLXNRA4C4o5Gl7gb6yvFhOq3rTd9+IQ8i9Zcf2TV2Ip2wCNANNXOvJV8szsu2fhZLttSclpW+MVePsW3ORYWOVm9neZeTczzNZkUExRKOztAyaujzzIgRd+f5ClJOsjUfGVLWKKWgKMJ8UT4pNRgqwKe4V73oW7LhYpto=
+ - secure: bWeuwHFJSBQu3v2K5I2++tCWh3K05I8NEfi6mywbrxuiOCGNvCWFLTO42+aqUp/yAnolNIKYR5NJFtty5CX2YD4oaRbryk2gzv7UtpIXRx9Jqhe7b/UBzfHIxPoT12TFS/iub+oRnZPAVPPoDrXwwoHkWltZHZwpOVTp86T6DPI=
+node_js: stable
+addons:
+ firefox: latest
+ apt:
+ sources:
+ - google-chrome
+ packages:
+ - google-chrome-stable
+ sauce_connect: true
+script:
+ - xvfb-run wct
+ - "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi"
+dist: trusty