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/).
This commit is contained in:
Alex Payne 2014-09-14 11:50:08 -07:00
parent 51770fb4eb
commit 29eb7b0e46
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
language: go
go:
- 1.1
- 1.2
- 1.3
- tip
before_script:
install:
- go get github.com/stretchr/testify
- go get github.com/stvp/go-udp-testing