Browse Source

Merge pull request #115 from aalexand/aalexand-enable-travis

Enable continuous integration with Travis CI
Alexey Alexandrov 8 years ago
parent
commit
a50e90fe17
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