Skip to content

Commit 24ba1e5

Browse files
authored
Merge pull request #19 from ajnavarro/go-version-build
Add Go 1.8 to the build matrix
2 parents 0dfa3dd + c413a10 commit 24ba1e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: go
22

33
go:
4-
- 1.7.x
4+
- 1.7
5+
- 1.8
56
- tip
67

78
matrix:

0 commit comments

Comments
 (0)