Skip to content

Commit 8fde268

Browse files
committed
WIP: disable engine debug
1 parent 417309a commit 8fde268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/travis/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ $JOB = "unit" ]; then
1313
fi
1414

1515
grunt test:promises-aplus
16-
DEBUG=engine,engine:* grunt test:unit --browsers $BROWSERS --reporters dots
16+
grunt test:unit --browsers $BROWSERS --reporters dots
1717
grunt ci-checks
1818
grunt tests:docs --browsers $BROWSERS --reporters dots
1919
elif [ $JOB = "docs-e2e" ]; then

0 commit comments

Comments
 (0)