Skip to content

Commit e3dfa25

Browse files
author
Phillip Wittrock
authored
Merge pull request #186 from kragniz/travis-osx
Add OSX build job to travis config
2 parents 552cb2d + 78b8254 commit e3dfa25

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
language: go
22

3+
os:
4+
- linux
5+
- osx
6+
7+
matrix:
8+
# allow failures until OSX tests have been tested for a while
9+
allow_failures:
10+
- os: osx
11+
312
go:
413
- "1.10"
514

0 commit comments

Comments
 (0)