Skip to content

Commit 3c7dcfd

Browse files
committed
Specify go versions for Travis
This should help maintain backwards compatibility with older go versions.
1 parent 86285b6 commit 3c7dcfd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
language: go
22

3+
go:
4+
- 1.3
5+
- 1.4
6+
- 1.5
7+
- 1.6
8+
39
install: go get
410

511
script:

0 commit comments

Comments
 (0)