From 3980cdc6cde53865d77ea4961c6264c11b15a73a Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sat, 3 Feb 2018 23:41:33 -0800 Subject: Show a proper error message when invoking a command fails --- .travis.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 7ced7d08..6884b327 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,14 @@ jdk: matrix: include: - - env: CI_SCRIPT=ci/test.sh - - env: CI_SCRIPT=ci/test2.sh - - env: CI_SCRIPT=ci/test3.sh + - stage: build + env: CI_SCRIPT=ci/test.sh + - stage: build + env: CI_SCRIPT=ci/test2.sh + - stage: build + env: CI_SCRIPT=ci/test3.sh + - stage: release + env: CI_SCRIPT=ci/release.sh script: - "$CI_SCRIPT" -- cgit v1.2.3