ソースを参照

Add OSX to travis testing config. (#122)

Alexey Alexandrov 8 年 前
コミット
0b939cf3cc
共有1 個のファイルを変更した4 個の追加0 個の削除を含む
  1. 4
    0
      .travis.yml

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

@@ -3,6 +3,10 @@ go:
3 3
   - 1.7.x
4 4
   - 1.8.x
5 5
 
6
+os:
7
+  - linux
8
+  - osx
9
+
6 10
 before_install:
7 11
   - go get -u github.com/golang/lint/golint honnef.co/go/tools/cmd/...
8 12