summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/catapult/third_party/polymer3/bower_components/polymer/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/catapult/third_party/polymer3/bower_components/polymer/.travis.yml')
-rw-r--r--chromium/third_party/catapult/third_party/polymer3/bower_components/polymer/.travis.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/chromium/third_party/catapult/third_party/polymer3/bower_components/polymer/.travis.yml b/chromium/third_party/catapult/third_party/polymer3/bower_components/polymer/.travis.yml
new file mode 100644
index 00000000000..7c7acc8f4a2
--- /dev/null
+++ b/chromium/third_party/catapult/third_party/polymer3/bower_components/polymer/.travis.yml
@@ -0,0 +1,26 @@
+language: node_js
+sudo: false
+dist: trusty
+node_js: '9'
+addons:
+ firefox: latest
+ chrome: stable
+cache:
+ directories:
+ - node_modules
+before_script:
+- npm install -g gulp-cli@1
+- gulp lint-eslint
+# TODO(dfreedm): re-enable after making update-types work
+#- >-
+# npm run update-types && git diff --exit-code || (echo -e
+# '\n\033[31mERROR:\033[0m Typings are stale. Please run "npm run
+# update-types".' && false)
+script:
+- node ./node_modules/.bin/polymer test --npm --module-resolution=node -l chrome
+- node ./node_modules/.bin/polymer test --npm --module-resolution=node -l firefox
+- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then travis_wait 30 ./util/travis-sauce-test.sh; fi
+env:
+ global:
+ - secure: bfF/o1ewpOxDNqTzWfvlwgRgGfP8OXhSQLLdEwZ6izO9tckMJuSNghk3qBXCEQJwTcUEyXP6EqfzIrRAvDXPa0H3OoinbrooDyV2wIDaVRK++WR2iZIqzqo3hGOdzm4tdrGJZe5av5Rk661Hls8aPfLbjdzcGuYXi8B4wZq2xMI=
+ - secure: jBrKtQBdoL2dsXi9BQpw5tMkYZOsQAy2iSB+0xPOxhPI8EbXKnm8OhWQDEJ5TdduLWUxLLc12IJwjBy9ocLlC1ZvzgOXNfqOUkLD03qSPnyT/LomTXeP4XuojUAemc/w1MHd61nFz4YJaO8cQ+yfy6GOX2susabW+Y80mnIeGJk=