We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25795e commit bb73258Copy full SHA for bb73258
.travis.yml
@@ -1,6 +1,8 @@
1
language: go
2
go:
3
-- 1.9
+- "1.9"
4
+- "1.10"
5
+- "1.11"
6
install:
7
- make get-deps
8
script:
0 commit comments