Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

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 42ea687 commit 9628269
Show file tree
Hide file tree
Showing 5 changed files with 1,366 additions and 456 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
bower_components*
bower-*.json
node_modules
*.d.ts
*.tgz
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
*.tgz
.github
.travis.yml
formatconfig.json
gen-tsd.json
test/
wct.conf.json
24 changes: 14 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
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: hRtTtE2N0JNSDAzN3uJgp2HQQSQh6lsqJp257gjz+1y4mcNbx4STqlXmOaz6SHU1gtUc4ul8j7f7JQ4FTzm+485YuIW8rsUkGbvzd6ox3YrCOup+iP6qr+OIFUZOWS3kiZRr6THwJMRrDPV58uesmiCXiLwZ6OyizoCT7GJFaP0=
- secure: dilPAkjjnpxivt1foZER/kUJrZlolP2noHtlyyBzc1KAXecJq45sab6fUFjDOHioYaEVEO3uU2q3dgQe2M0R7WfgsYRMhYsOtONU69cjT0YT4vV2UNVjcTCNXCQPJnRxm9DQOl+x3JfETWc2QrWiXba77W1H4L9HtwXY7m+bUHE=
node_js: 'node'
- secure: >-
hRtTtE2N0JNSDAzN3uJgp2HQQSQh6lsqJp257gjz+1y4mcNbx4STqlXmOaz6SHU1gtUc4ul8j7f7JQ4FTzm+485YuIW8rsUkGbvzd6ox3YrCOup+iP6qr+OIFUZOWS3kiZRr6THwJMRrDPV58uesmiCXiLwZ6OyizoCT7GJFaP0=
- secure: >-
dilPAkjjnpxivt1foZER/kUJrZlolP2noHtlyyBzc1KAXecJq45sab6fUFjDOHioYaEVEO3uU2q3dgQe2M0R7WfgsYRMhYsOtONU69cjT0YT4vV2UNVjcTCNXCQPJnRxm9DQOl+x3JfETWc2QrWiXba77W1H4L9HtwXY7m+bUHE=
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:
- node_modules

Loading

0 comments on commit 9628269

Please sign in to comment.