瀏覽代碼

Add OSX to travis testing config. (#122)

Alexey Alexandrov 8 年之前
父節點
當前提交
0b939cf3cc
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      .travis.yml

+ 4
- 0
.travis.yml 查看文件

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