Skip to content

Commit 3272189

Browse files
authored
Merge pull request #70 from CloudyKit/pin-tested-go-versions-to-latest-two
Run TravisCI tests in Go 1.8 and 1.9
2 parents a1c4500 + 31078d8 commit 3272189

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22
go:
3-
- 1.6.2
4-
- tip
3+
- 1.8
4+
- 1.9
55

66
script:
7-
- go test -v ./...
7+
- go test -v ./...

0 commit comments

Comments
 (0)