From 055a74b165d589f35c87a61a84c5fc3b6a6486c4 Mon Sep 17 00:00:00 2001 From: Janito Vaqueiro Ferreira Filho Date: Tue, 17 Jan 2017 13:17:01 +0000 Subject: [PATCH] travis: set release stage to ci_release Fixes #131 --- ci_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_build.sh b/ci_build.sh index 915e1d61..419a0e7e 100755 --- a/ci_build.sh +++ b/ci_build.sh @@ -59,5 +59,5 @@ if [ -z "$GRADLE" ]; then ./compile.sh -b $BOARD -a "${APP}" -e $EXAMPLES -l $SYSTEM_INTEGRATION -x "${HALCS_OPTS[*]}" else export ${CONFIG_FLAGS[@]} - ./gradlew $GRADLE + ./gradlew $GRADLE -Prelease.stage=ci_release fi