From e61dfad8371f5c0c70bfce1176261f9117589cac Mon Sep 17 00:00:00 2001 From: mittachaitu Date: Wed, 9 Sep 2020 19:27:40 +0530 Subject: [PATCH] chore(build): updates the dependent from libcstor to cstor Signed-off-by: mittachaitu --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3603d2b..6952f54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,5 +67,5 @@ script: fi; REL_BRANCH=$(echo $(echo "$TRAVIS_TAG" | cut -d'-' -f1 | rev | cut -d'.' -f2- | rev).x$REL_SUFFIX) ; ./buildscripts/git-release "${REPO_ORG}/jiva" "$TRAVIS_TAG" "$REL_BRANCH" || travis_terminate 1; - ./buildscripts/git-release "${REPO_ORG}/libcstor" "$TRAVIS_TAG" "$REL_BRANCH" || travis_terminate 1; + ./buildscripts/git-release "${REPO_ORG}/cstor" "$TRAVIS_TAG" "$REL_BRANCH" || travis_terminate 1; fi