From b6434dae33e783b0898bb69078bb92097362a6a2 Mon Sep 17 00:00:00 2001 From: deepali-arvind Date: Sat, 8 Jun 2019 11:23:19 +0530 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d22a2549b..5449211fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ script: after_success: - cd ../ - - git clone https://github.com/meta-magic/amexio-ios.git -b v5.13 + - git clone https://github.com/meta-magic/amexio-ios.git -b v5.14 - cd amexio-ios # - mkdir themes - cp -rf ../dist/amexio-ng-extensions.tgz . @@ -44,7 +44,7 @@ after_success: #- tar -czvf themes.tar.gz themes/* - git add amexio-ng-extensions.tgz - git commit -m "date" - - if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then git push "https://deepali-arvind:${GITHUB_TOKEN}@github.com/${GITHUB_REPO}.git" HEAD:v5.13 ; fi + - if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then git push "https://deepali-arvind:${GITHUB_TOKEN}@github.com/${GITHUB_REPO}.git" HEAD:v5.14 ; fi - gulp coveralls - codecov