Skip to content

Commit

Permalink
Add TypeScript declarations to paper-button. (#172)
Browse files Browse the repository at this point in the history
* Update and/or configure type declarations.
* Add travis, fix license, bump generator version.
  • Loading branch information
aomarks authored Mar 8, 2018
1 parent a7a24c5 commit 21b445c
Show file tree
Hide file tree
Showing 4 changed files with 1,087 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ sudo: required
before_script:
- npm install -g polymer-cli
- polymer install --variants
- >-
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)
env:
global:
- secure: >-
Expand Down
Loading

0 comments on commit 21b445c

Please sign in to comment.