* use new Travis infrastructure * specify Go versions (1.4.3, 1.5.1, tip) * bypass the makefile to really build with all versions
13 lines
112 B
YAML
13 lines
112 B
YAML
sudo: false
|
|
|
|
language: go
|
|
go:
|
|
- 1.4.3
|
|
- 1.5.1
|
|
- tip
|
|
|
|
install:
|
|
- go get -d
|
|
|
|
script:
|
|
- go test -v ./...
|