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

Commit 53d1dc4

Browse files
committed
remove go 1.2 adn 1.3 from travis build; add tip
1 parent 695436b commit 53d1dc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ install:
33
- go get golang.org/x/crypto/ssh
44
- go get -v -tags 'fixtures acceptance' ./...
55
go:
6-
- 1.2
7-
- 1.3
86
- 1.4
97
- 1.5
8+
- tip
109
script: script/cibuild
1110
after_success:
1211
- go get golang.org/x/tools/cmd/cover

0 commit comments

Comments
 (0)