浏览代码

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