Skip to content

Commit

Permalink
Tedium automated v3 element updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
tedium-bot committed Aug 16, 2018
1 parent 1d1eaf2 commit 2e37903
Show file tree
Hide file tree
Showing 5 changed files with 1,281 additions and 374 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,3 +1,5 @@
bower_components*
bower-*.json
node_modules
*.d.ts
*.tgz
7 changes: 7 additions & 0 deletions .npmignore
@@ -0,0 +1,7 @@
*.tgz
.github
.travis.yml
formatconfig.json
gen-tsd.json
test/
wct.conf.json
23 changes: 14 additions & 9 deletions .travis.yml
@@ -1,22 +1,27 @@
language: node_js
sudo: 'false'
before_script:
- npm install -g polymer-cli
- git checkout package-lock.json
- >-
npm run format && git diff --exit-code || (echo -e '\n\033[31mERROR:\033[0m
Project is not formatted. Please run "npm run format".' && false)
- npm install -g polymer-cli
- git checkout package-lock.json
- >-
npm run format && git diff --exit-code || (echo -e '\n\033[31mERROR:\033[0m
Project is not formatted. Please run "npm run format".' && false)
- npm run generate-types
env:
global:
- secure: CIQr8wSE0HF3cSoOtQ103PXKnIMkdcpiD65nFL5wSUxxU03zNbtUSmZ/cqcYxsHwZwKQh+GMYlpbgIoVvHftFrtpZ4ZD94DebjtCx4j4XDcxMzIcKieDO/uuKLu+kEhf3weEwtgZh/Qf9/7kuuOp9/Mm7FVJl1QtMFHN2Ny8QUI=
- secure: h8W6wuWG6f9sAKplgIH4NHan+nz5ixVxOYmChuvRH4tEVYUWGyK0SFI76GfUOt313/bwiQA8Tuyw4VoMrcXxvtlsf6pud+9o/nJuztQ9/SojYd2ZcbnaTv0d1Rwk0VvhSmP7388XKbQav6BbPt8OPDAQq+2Swx2fA+JfHbNco9o=
node_js: 'node'
- secure: >-
CIQr8wSE0HF3cSoOtQ103PXKnIMkdcpiD65nFL5wSUxxU03zNbtUSmZ/cqcYxsHwZwKQh+GMYlpbgIoVvHftFrtpZ4ZD94DebjtCx4j4XDcxMzIcKieDO/uuKLu+kEhf3weEwtgZh/Qf9/7kuuOp9/Mm7FVJl1QtMFHN2Ny8QUI=
- secure: >-
h8W6wuWG6f9sAKplgIH4NHan+nz5ixVxOYmChuvRH4tEVYUWGyK0SFI76GfUOt313/bwiQA8Tuyw4VoMrcXxvtlsf6pud+9o/nJuztQ9/SojYd2ZcbnaTv0d1Rwk0VvhSmP7388XKbQav6BbPt8OPDAQq+2Swx2fA+JfHbNco9o=
node_js: node
addons:
firefox: latest
chrome: stable
script:
- xvfb-run polymer test --module-resolution=node --npm
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then polymer test --module-resolution=node --npm -s ''default''; fi'
- >-
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then polymer test
--module-resolution=node --npm -s 'default'; fi
dist: trusty
cache:
directories:
Expand Down

0 comments on commit 2e37903

Please sign in to comment.