Skip to content

Commit 3d9fd72

Browse files
committed
Use unit tests on travis
1 parent ee7547a commit 3d9fd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"pretest": "mongodb-runner install",
5757
"test": "xvfb-maybe hadron-build test",
5858
"check": "mongodb-js-precommit ./src/app/*.js ./src/app/**/**/*.js ./src/{app/**/*.js,main/**/*.js} ./test/*.js",
59-
"ci": "npm run test",
59+
"ci": "npm run test-unit",
6060
"clean": "hadron-build clean",
6161
"compile-ui": "hadron-build ui",
6262
"fmt": "mongodb-js-fmt ./*.js src/{**/*.js,*.js} test/{**/*.js,*.js}",

0 commit comments

Comments
 (0)