Selaa lähdekoodia

Add OSX to travis testing config. (#122)

Alexey Alexandrov 8 vuotta sitten
vanhempi
commit
0b939cf3cc
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4
    0
      .travis.yml

+ 4
- 0
.travis.yml Näytä tiedosto

@@ -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