Skip to content

Commit 24e2351

Browse files
authored
Merge pull request sergi#73 from sergi/support-1.6-and-1.7
Support Go 1.6 and 1.7
2 parents 83532ca + fff5e9b commit 24e2351

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ language: go
33
os:
44
- linux
55
- osx
6-
6+
77
go:
8-
- 1.7.1
8+
- 1.6.x
9+
- 1.7.x
910

1011
sudo: false
1112

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ Rory Flynn <[email protected]>
2020
Sergi Mansilla <[email protected]>
2121
Shatrugna Sadhu <[email protected]>
2222
Shawn Smith <[email protected]>
23+
Stas Maksimov <[email protected]>
2324
Tor Arvid Lund <[email protected]>
2425
Zac Bergquist <[email protected]>
25-
Stas Maksimov <[email protected]>

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ Rory Flynn <[email protected]>
2727
Sergi Mansilla <[email protected]>
2828
Shatrugna Sadhu <[email protected]>
2929
Shawn Smith <[email protected]>
30+
Stas Maksimov <[email protected]>
3031
Tor Arvid Lund <[email protected]>
3132
Zac Bergquist <[email protected]>
32-
Stas Maksimov <[email protected]>

0 commit comments

Comments
 (0)