6eabd7c014
Our policy is to only ensure the code compiles for the latest Go release minus one version. Since Go 1.4 has now been released, this commit updates TravisCI to remove Go 1.2 from the build matrix. While here, add release to the matrix which should have been there before anyways.
6 lines
No EOL
75 B
YAML
6 lines
No EOL
75 B
YAML
language: go
|
|
go:
|
|
- 1.3
|
|
- release
|
|
- tip
|
|
install: go get -d -t -v ./... |