summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-21 13:54:47 -0600
committer=Corey Hulen <corey@hulen.com>2016-01-21 13:54:47 -0600
commit8cc45a2e08c3eaaa66619cc7ee9dfc7ff49b388f (patch)
treeb5e95131caef98e33ecd4cce9c573dd4c8e0e4bf /.travis.yml
parentdea84b1892be42e8d42db8b67862b56b38c0da75 (diff)
parenta2fa683c1b5fc0c62506e3ac40784b053eda6e3e (diff)
downloadchat-8cc45a2e08c3eaaa66619cc7ee9dfc7ff49b388f.tar.gz
chat-8cc45a2e08c3eaaa66619cc7ee9dfc7ff49b388f.tar.bz2
chat-8cc45a2e08c3eaaa66619cc7ee9dfc7ff49b388f.zip
Merge branch 'master' into PLT-7-client-infra
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c88267206..9f25bed88 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,8 @@ script: make dist-travis
addons:
hosts:
- 127.0.0.1 dockerhost
+after_success:
+ - cd dist && curl -F "pr_number=$TRAVIS_PULL_REQUEST" -F "file=@mattermost.tar.gz" mattermod.mattermost.com:8087/upload_pr_build && cd ..
before_deploy:
- sudo rm -rf dist/mattermost
- sudo chown `whoami` dist/mattermost.tar.gz