Skip to content

Commit a5a43fb

Browse files
committed
[ci] Updated Travis to use matrix builds.
1 parent 46fe744 commit a5a43fb

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.travis.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
language: go
22
sudo: false
3-
go:
4-
- 1.4
5-
- 1.5
6-
- tip
3+
4+
matrix:
5+
include:
6+
- go: 1.2
7+
- go: 1.3
8+
- go: 1.4
9+
- go: 1.5
10+
- go: tip
11+
712
install:
813
- go get golang.org/x/tools/cmd/vet
14+
915
script:
1016
- go get -t -v ./...
11-
- diff -u <(echo -n) <(gofmt -d -s .)
17+
- diff -u <(echo -n) <(gofmt -d .)
1218
- go tool vet .
1319
- go test -v -race ./...

0 commit comments

Comments
 (0)