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