Skip to content

Commit df6c356

Browse files
committed
chore(ci): use gulp eslint instead of gulp jshint
1 parent ce06f6e commit df6c356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/circle/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function run {
2424
case $INDEX in
2525
0)
2626
[ -z $IS_MASTER ] || node_modules/.bin/gulp ddescribe-iit
27-
node_modules/.bin/gulp jshint
27+
node_modules/.bin/gulp eslint
2828
node_modules/.bin/gulp karma --browsers=PhantomJS --reporters=dots
2929
;;
3030
1)

0 commit comments

Comments
 (0)