Skip to content

Commit cc649e9

Browse files
committed
lint with closure as well
1 parent a4591ab commit cc649e9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ before_script:
1818
- export PATH=$HOME/bin:$PATH
1919
- npm install -g bower gulp-cli@1
2020
- bower install
21-
- gulp lint
21+
- npm run lint
2222
script:
2323
- xvfb-run wct
2424
- 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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
},
3333
"scripts": {
3434
"build": "gulp",
35-
"test": "gulp lint && wct"
35+
"test": "npm run lint && wct",
36+
"lint": "gulp lint lint-closure"
3637
},
3738
"repository": {
3839
"type": "git",

0 commit comments

Comments
 (0)