mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
exit build run when tests fail
This commit is contained in:
parent
c3673015db
commit
557cfcc8b5
@ -29,7 +29,7 @@ before_install:
|
||||
|
||||
script:
|
||||
# - ./scripts/install.sh # runs automatically with npm ci
|
||||
- ./scripts/test.sh
|
||||
- ./scripts/test.sh || travis_terminate 1
|
||||
- ./scripts/coverage.sh
|
||||
- ./scripts/build.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user