Files
logrus/.travis.yml
T
Alex Payne 29eb7b0e46 Updated Travis CI configuration.
- 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/).
2014-09-14 11:50:08 -07:00

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