Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.

Commit ec54868

Browse files
committed
Merge pull request #577 from jonboulle/master
travis: drop go 1.3, add 1.6
2 parents a1e8e45 + fcb8458 commit ec54868

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@ language: go
44

55
matrix:
66
include:
7-
- go: 1.3.3
8-
install:
9-
- go get golang.org/x/tools/cmd/cover
10-
- go get golang.org/x/tools/cmd/vet
117
- go: 1.4.2
128
install:
139
- go get golang.org/x/tools/cmd/cover
1410
- go get golang.org/x/tools/cmd/vet
1511
- go: 1.5.1
12+
- go: 1.6
1613

1714
script:
1815
- ./test

0 commit comments

Comments
 (0)