Skip to content

Commit

Permalink
Merge pull request #4545 from Polymer/lint-closure
Browse files Browse the repository at this point in the history
add gulp task to lint for closure warnings
  • Loading branch information
dfreedm authored Apr 21, 2017
2 parents bf47c79 + 25cfc88 commit 315bdc2
Show file tree
Hide file tree
Showing 4 changed files with 2,311 additions and 19 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ before_script:
- npm install -g bower gulp-cli@1
- bower install
- gulp lint
- gulp lint-closure
script:
- xvfb-run wct
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s 'windows 10/microsoftedge@14' -s 'windows 8.1/internet explorer@11' -s 'os x 10.11/safari@9' -s 'macos 10.12/safari@10' -s 'Linux/chrome@41'; fi
Expand Down
Loading

0 comments on commit 315bdc2

Please sign in to comment.