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 3333 "docker" : " node tasks/docker.js" ,
3434 "pretest" : " node tasks/pretest.js" ,
3535 "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" ,
3737 "test-image" : " node tasks/test_image.js" ,
3838 "test-image-gl2d" : " node tasks/test_image.js gl2d_* --queue" ,
3939 "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
1414 ;;
1515
1616 1)
17- npm run citest -jasmine || EXIT_STATE=$?
17+ npm run test -jasmine || EXIT_STATE=$?
1818 npm run test-bundle || EXIT_STATE=$?
1919 exit $EXIT_STATE
2020 ;;
You can’t perform that action at this time.
0 commit comments