Merge pull request #115 from rasky/go14

Add testing for go 1.4
This commit is contained in:
Antoine Grondin 2015-01-19 19:00:36 -05:00
commit bdb64b3f9f
1 changed files with 2 additions and 4 deletions

View File

@ -2,9 +2,7 @@ language: go
go: go:
- 1.2 - 1.2
- 1.3 - 1.3
- 1.4
- tip - tip
install: install:
- go get github.com/stretchr/testify - go get -t ./...
- go get github.com/stvp/go-udp-testing
- go get github.com/tobi/airbrake-go
- go get github.com/getsentry/raven-go