Skip to content

Commit 31078d8

Browse files
committed
Run TravisCI tests in Go 1.8 and 1.9
1 parent a1c4500 commit 31078d8

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)