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