CI combine file

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
shubhamchaudhary
2019-10-03 13:51:22 +05:30
parent 9203e15f41
commit ccb6c90731
3 changed files with 19 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ dist: xenial # ubuntu 16.04 distro
script:
# runs only when PR is merged
- make versionmaker
- make mergeExpCR
after_success:
# runs only when PR is merged and push the version file to master version
- if [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then make push; fi