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 authored and Elliott Marquez committed Aug 20, 2018
1 parent ce20513 commit d097cdf
Show file tree
Hide file tree
Showing 5 changed files with 2,337 additions and 2,393 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ node_modules
bower_components
*.swp
.DS_Store
*.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
17 changes: 11 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
sudo: 'false'
dist: trusty
node_js: 'node'
node_js: node
addons:
firefox: latest
chrome: stable
Expand All @@ -11,17 +11,22 @@ before_script:
- >-
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
script:
- xvfb-run polymer test --module-resolution=node --npm
- |-
- >-
>-
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then polymer test --module-resolution=node --npm -s 'default';
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then polymer test
--module-resolution=node --npm -s 'default';
fi
env:
global:
- secure: U9eM5fb0hFe+fSGxSYjdqePJDa8FXtrW73agG2tyq97DIRKgZt8S+BoVzINEqHcbd72K8ewseoJ3Gur962QnpNMN8Te5Iku+Lli7XYoNVHhUhiq4yl5sEfKkDd5cHLDJh43nRU9yy5f7SQ0G0pHV+hxbjlcphvqFjRaxhs2IQfI=
- secure: CLP3Fkt8gmCZUMiOuj0VGcRNMT1o4ae5y/LRJV4TJjLMD/58iXkPhVQ+AZDUBKcHPYdKvlv0IbPTc4K5m2XDznS9ucwmVUiZgvnUhLC83OyQ9j3ZjS/lSNkRqCK1o1vtMUx5x+p3IfgStAL988ODGA2OsZzvsnWqfmkjsxcFiyA=
- secure: >-
U9eM5fb0hFe+fSGxSYjdqePJDa8FXtrW73agG2tyq97DIRKgZt8S+BoVzINEqHcbd72K8ewseoJ3Gur962QnpNMN8Te5Iku+Lli7XYoNVHhUhiq4yl5sEfKkDd5cHLDJh43nRU9yy5f7SQ0G0pHV+hxbjlcphvqFjRaxhs2IQfI=
- secure: >-
CLP3Fkt8gmCZUMiOuj0VGcRNMT1o4ae5y/LRJV4TJjLMD/58iXkPhVQ+AZDUBKcHPYdKvlv0IbPTc4K5m2XDznS9ucwmVUiZgvnUhLC83OyQ9j3ZjS/lSNkRqCK1o1vtMUx5x+p3IfgStAL988ODGA2OsZzvsnWqfmkjsxcFiyA=
cache:
directories:
- node_modules

Loading

0 comments on commit d097cdf

Please sign in to comment.