From a72aa2fc14fe723c7be2d081765405a38015e072 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Wed, 10 Apr 2019 10:49:11 +0200 Subject: [PATCH] try to make travis job error-out if first build fails --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6de068e1..19e7af06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,8 +34,8 @@ compiler: - gcc - clang script: - - bash "${BUILDSCRIPT}" "${BUILDNAME}" "-DUSE_LTM -DLTM_DESC" "makefile V=1" "${BUILDOPTIONS}" "-ltommath" - - bash "${BUILDSCRIPT}" "${BUILDNAME}" "-DUSE_TFM -DTFM_DESC" "makefile.shared V=1" "${BUILDOPTIONS}" "-ltfm" + - bash "${BUILDSCRIPT}" "${BUILDNAME}" "-DUSE_LTM -DLTM_DESC" "makefile V=1" "${BUILDOPTIONS}" "-ltommath" && + bash "${BUILDSCRIPT}" "${BUILDNAME}" "-DUSE_TFM -DTFM_DESC" "makefile.shared V=1" "${BUILDOPTIONS}" "-ltfm" env: - | BUILDSCRIPT=".ci/meta_builds.sh"