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 Jun 8, 2019
1 parent 555d5f5 commit b6434da
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 @@ -36,15 +36,15 @@ 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 .
# - cp -rf ../src/styles/css/* themes/
#- 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

Expand Down

0 comments on commit b6434da

Please sign in to comment.