Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Comment out polymer lint
Browse files Browse the repository at this point in the history
Uncomment once `polylint` is fixed to handle lazy loaded elements. See
googlearchive/polylint#139
  • Loading branch information
chuckh committed Jul 26, 2016
1 parent 052faf1 commit 51c2888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ before_script:
- npm i -g bower@1.7.1 polymer-cli
- bower i
script:
- polymer lint --no-follow-dependencies
# - polymer lint --no-follow-dependencies (uncomment once polylint is fixed to handle lazy loaded elements)
- polymer test
env:
global:
Expand Down

0 comments on commit 51c2888

Please sign in to comment.