Skip to content

Commit

Permalink
Generate type declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Stramel committed Feb 28, 2018
1 parent bf1fdce commit 8793743
Show file tree
Hide file tree
Showing 4 changed files with 1,007 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
bower_components*
bower-*.json
node_modules
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ addons:
chrome: stable
before_script:
- polymer lint
- >-
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)
install:
- npm install -g polymer-cli
- npm install -g polymer-cli bower
- npm install
- polymer install --variants
script:
- polymer test
Expand Down
Loading

0 comments on commit 8793743

Please sign in to comment.