Browse Source

Enable continuous integration with Travis CI

Alexey Alexandrov 8 years ago
parent
commit
58310d46d4
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      .travis.yml

+ 5
- 0
.travis.yml View File

@@ -0,0 +1,5 @@
1
+language: go
2
+go:
3
+  - 1.6
4
+  - 1.7
5
+  - 1.8.x