Commit 56e0ff77 authored by Kirill Smelkov's avatar Kirill Smelkov Committed by Kamil Kisiel

.travis.yml += go1.9, go1.10 (#39)

"1.10" is put into quotes because otherwise Travis parses that as 1.1 -
see e.g. https://github.com/travis-ci/travis-ci/issues/9247.
parent 84598fe1
......@@ -4,4 +4,6 @@ go:
- 1.6
- 1.7
- 1.8
- 1.9
- "1.10"
- tip
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment