diff options
author | Wim <wim@42.be> | 2017-07-16 22:02:46 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-07-16 22:02:46 +0200 |
commit | 710427248adf47023b64e6dcf1ae9bd305fe5c70 (patch) | |
tree | 4971debb66286dbad315d3192b6595fc947519fb /.travis.yml | |
parent | a868042de2d73af7b869f82eafc3bb6e39365322 (diff) | |
download | matterbridge-msglm-710427248adf47023b64e6dcf1ae9bd305fe5c70.tar.gz matterbridge-msglm-710427248adf47023b64e6dcf1ae9bd305fe5c70.tar.bz2 matterbridge-msglm-710427248adf47023b64e6dcf1ae9bd305fe5c70.zip |
Try travis bintray integration (5)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 4b2c0db7..2ae04ac9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,16 @@ language: go go: - - 1.7.x + #- 1.7.x - 1.8.x - - tip + # - tip # we have everything vendored install: true env: - GOOS=linux GOARCH=amd64 - - GOOS=windows GOARCH=amd64 - - GOOS=linux GOARCH=arm + # - GOOS=windows GOARCH=amd64 + #- GOOS=linux GOARCH=arm matrix: # It's ok if our code fails on unstable development versions of Go. |