index
:
gobgp
build
extended-community-comment
makefile
master
transport
wireguard
BGP implemented in the Go Programming Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
.travis.yml
blob: ed4e7a9e2fef4f9218da0949c2722a0fd138ad1f (
plain
)
1
2
3
4
5
6
7
8
9
10
11
language: go go: - 1.3 - 1.4 - tip script: - go test -v ./... sudo: false