29eb7b0e46
- Move to more recent version of Go, setting aside 1.1. - Use `install` instead of `before_script` to install library dependencies, as per [documentation](http://docs.travis-ci.com/user/languages/go/).
9 lines
131 B
YAML
9 lines
131 B
YAML
language: go
|
|
go:
|
|
- 1.2
|
|
- 1.3
|
|
- tip
|
|
install:
|
|
- go get github.com/stretchr/testify
|
|
- go get github.com/stvp/go-udp-testing
|