Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deepali-arvind authored Aug 6, 2021
1 parent 61b566c commit 2a7f99c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ script:

after_success:
- cd ../
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then git clone https://github.com/meta-magic/amexio-ios.git -b v5.21 ; fi
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then git clone https://github.com/meta-magic/amexio-ios.git -b v5.23 ; fi
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then cd amexio-ios ; fi
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then cp -rf ../dist/amexio-ng-extensions.tgz . ; fi
# - cp -rf ../src/styles/css/* themes/
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then git add amexio-ng-extensions.tgz ; fi
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then git commit -m "date" ; fi
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then git push "https://deepali-arvind:${GITHUB_TOKEN}@github.com/meta-magic/amexio-ios.git" HEAD:v5.21 ; fi
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then git push "https://deepali-arvind:${GITHUB_TOKEN}@github.com/meta-magic/amexio-ios.git" HEAD:v5.23 ; fi
- gulp coveralls
- codecov

Expand Down

0 comments on commit 2a7f99c

Please sign in to comment.