Exit travis if script failed.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2019-05-27 15:01:47 +05:30 committed by mergify[bot]
parent d02e50aa9b
commit 5bebb7f8f5

View File

@ -26,7 +26,7 @@ env:
jobs:
include:
- name: Linter
- name: static-check-make
install:
- gem install mdl
- pip install --user --upgrade pip
@ -42,7 +42,7 @@ jobs:
- name: cephcsi
script:
- make cephcsi
- make cephcsi || travis_terminate 1;
deploy:
- provider: script