changed CI to fail on test fail (+failing test)

This commit is contained in:
Klemek
2019-07-12 11:50:26 +02:00
parent 9acdd8978b
commit 9baa010380
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,5 +14,5 @@ install:
- npm install
- node build.js
script:
- jest --silent --coverage --coverageReporters=text-lcov | coveralls
- jest --silent --coverage --coverageReporters=text-lcov && cat ./coverage/lcov.info | coveralls
- jshint ./src