We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52f020 commit 33ae963Copy full SHA for 33ae963
package.json
@@ -33,7 +33,7 @@
33
"docker": "node tasks/docker.js",
34
"pretest": "node tasks/pretest.js",
35
"test-jasmine": "karma start test/jasmine/karma.conf.js",
36
- "citest-jasmine": "CIRCLECI=0 karma start test/jasmine/karma.conf.js",
+ "citest-jasmine": "CIRCLECI=1 karma start test/jasmine/karma.conf.js",
37
"test-image": "node tasks/test_image.js",
38
"test-image-gl2d": "node tasks/test_image.js gl2d_* --queue",
39
"test-export": "node tasks/test_export.js",
tasks/ci_test.sh
@@ -14,7 +14,7 @@ case $CIRCLE_NODE_INDEX in
14
;;
15
16
1)
17
- npm run citest-jasmine || EXIT_STATE=$?
+ npm run test-jasmine || EXIT_STATE=$?
18
npm run test-bundle || EXIT_STATE=$?
19
exit $EXIT_STATE
20
0 commit comments