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
+2 -4
View File
@@ -2,9 +2,7 @@ language: go
go:
- 1.2
- 1.3
- 1.4
- tip
install:
- go get github.com/stretchr/testify
- go get github.com/stvp/go-udp-testing
- go get github.com/tobi/airbrake-go
- go get github.com/getsentry/raven-go
- go get -t ./...