Skip to content

Commit 315bdc2

Browse files
authored
Merge pull request #4545 from Polymer/lint-closure
add gulp task to lint for closure warnings
2 parents bf47c79 + 25cfc88 commit 315bdc2

File tree

4 files changed

+2311
-19
lines changed

4 files changed

+2311
-19
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ before_script:
1919
- npm install -g bower gulp-cli@1
2020
- bower install
2121
- gulp lint
22+
- gulp lint-closure
2223
script:
2324
- xvfb-run wct
2425
- 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

0 commit comments

Comments
 (0)