From 5bebb7f8f58c8bb01900119bf797cb1847498105 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Mon, 27 May 2019 15:01:47 +0530 Subject: [PATCH] Exit travis if script failed. Signed-off-by: Humble Chirammal --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f27379c4d..b34d6a920 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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