travis: multiple go version

Michael Muré created

Change summary

.travis.yml | 4 ++++
1 file changed, 4 insertions(+)

Detailed changes

.travis.yml 🔗

@@ -1 +1,5 @@
 language: go
+
+go:
+  - "1.8"
+  - "1.10.x"