We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417309a commit 8fde268Copy full SHA for 8fde268
scripts/travis/build.sh
@@ -13,7 +13,7 @@ if [ $JOB = "unit" ]; then
13
fi
14
15
grunt test:promises-aplus
16
- DEBUG=engine,engine:* grunt test:unit --browsers $BROWSERS --reporters dots
+ grunt test:unit --browsers $BROWSERS --reporters dots
17
grunt ci-checks
18
grunt tests:docs --browsers $BROWSERS --reporters dots
19
elif [ $JOB = "docs-e2e" ]; then
0 commit comments