From 6b5d3c429a84dff5555700cc8819b4a9225b2d65 Mon Sep 17 00:00:00 2001 From: Javernaut Date: Sat, 3 Aug 2019 08:24:48 +0300 Subject: [PATCH] Forcing the CI build to fail in case of any error in the script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b8e0f3b..6bc2e03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,5 @@ before_install: # Keeping track of the NDK version that was used - cat $ANDROID_NDK_HOME/source.properties script: - - ./ffmpeg-android-maker.sh + - bash -e ffmpeg-android-maker.sh - cat stats/text-relocations.txt