ソースを参照

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

Enable continuous integration with Travis CI
Alexey Alexandrov 8 年 前
コミット
a50e90fe17
共有1 個のファイルを変更した5 個の追加0 個の削除を含む
  1. 5
    0
      .travis.yml

+ 5
- 0
.travis.yml ファイルの表示

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