mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 05:20:25 +00:00
Try travis bintray integration (5)
This commit is contained in:
parent
a868042de2
commit
710427248a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user