From f8fcb6395d41dcbef034a8a86a28f0e65805172b Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Mon, 17 Jun 2019 11:53:53 +0100 Subject: [PATCH] update script correct directory --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2da482450e..6db5a55cb6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,7 +61,7 @@ jobs: - stage: Update children projects dependency #Update children projects dependency name: Update Related Project if: tag =~ .*beta.* - script: ./scripts/travis/update-children.sh + script: ./scripts/travis/update/update-children.sh - stage: e2e Test name: core script: ./scripts/travis/e2e/core-e2e.sh