5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 01:02:30 +00:00

Try travis bintray integration (5)

This commit is contained in:
Wim 2017-07-16 22:02:46 +02:00
parent a868042de2
commit 710427248a

View File

@ -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.