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 715683f commit b45e91dCopy full SHA for b45e91d
tasks/ci_test.sh
@@ -8,14 +8,14 @@ case $CIRCLE_NODE_INDEX in
8
npm run test-image || EXIT_STATE=$?
9
npm run test-image-gl2d || EXIT_STATE=$?
10
npm run test-bundle || EXIT_STATE=$?
11
- npm run test-syntax || EXIT_STATE=$?
12
npm run lint || EXIT_STATE=$?
13
exit $EXIT_STATE
14
;;
15
16
1)
17
npm run test-jasmine || EXIT_STATE=$?
18
npm run test-export || EXIT_STATE=$?
+ npm run test-syntax || EXIT_STATE=$?
19
20
21
0 commit comments