Skip to content

Commit a644c5b

Browse files
authored
ci(travis): Adds exit flag to travis to fix build.
1 parent e5ed712 commit a644c5b

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
@@ -17,7 +17,7 @@
1717
"acp": "git add -A && npm run commit && git push",
1818
"commit": "git-cz",
1919
"build": "tsc",
20-
"test": "mocha dist/**/*.test.js",
20+
"test": "mocha dist/**/*.test.js --exit",
2121
"cover": "nyc --lines 95 --check-coverage npm run test",
2222
"clean": "rimraf dist",
2323
"lint": "tslint --project ./tsconfig.json -c ./tslint.json",

0 commit comments

Comments
 (0)