Update .travis.yml
This commit is contained in:
parent
f394990718
commit
92dc0e9553
@ -62,4 +62,6 @@ cache:
|
||||
|
||||
install: ./travis/install_dependencies.sh
|
||||
script: ./travis/build.sh
|
||||
after_success: ./travis/build_success.sh
|
||||
after_success:
|
||||
- if [ "$TRAVIS_BRANCH" = "develop" ]; then ./travis/build_success.sh; fi
|
||||
- if [ "$TRAVIS_BRANCH" = "master" ]; then ./travis/deploy.sh; fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user