File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
"docker" : " node tasks/docker.js" ,
34
34
"pretest" : " node tasks/pretest.js" ,
35
35
"test-jasmine" : " karma start test/jasmine/karma.conf.js" ,
36
- "citest-jasmine" : " CIRCLECI=0 karma start test/jasmine/karma.conf.js" ,
36
+ "citest-jasmine" : " CIRCLECI=1 karma start test/jasmine/karma.conf.js" ,
37
37
"test-image" : " node tasks/test_image.js" ,
38
38
"test-image-gl2d" : " node tasks/test_image.js gl2d_* --queue" ,
39
39
"test-export" : " node tasks/test_export.js" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ case $CIRCLE_NODE_INDEX in
14
14
;;
15
15
16
16
1)
17
- npm run citest -jasmine || EXIT_STATE=$?
17
+ npm run test -jasmine || EXIT_STATE=$?
18
18
npm run test-bundle || EXIT_STATE=$?
19
19
exit $EXIT_STATE
20
20
;;
You can’t perform that action at this time.
0 commit comments