Skip to content

Commit

Permalink
lint with closure as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Aug 11, 2017
1 parent a4591ab commit cc649e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before_script:
- export PATH=$HOME/bin:$PATH
- npm install -g bower gulp-cli@1
- bower install
- gulp lint
- npm run lint
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
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
},
"scripts": {
"build": "gulp",
"test": "gulp lint && wct"
"test": "npm run lint && wct",
"lint": "gulp lint lint-closure"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit cc649e9

Please sign in to comment.