Skip to content

Commit

Permalink
Merge pull request #186 from kragniz/travis-osx
Browse files Browse the repository at this point in the history
Add OSX build job to travis config
  • Loading branch information
Phillip Wittrock authored May 20, 2018
2 parents 552cb2d + 78b8254 commit e3dfa25
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
language: go

os:
- linux
- osx

matrix:
# allow failures until OSX tests have been tested for a while
allow_failures:
- os: osx

go:
- "1.10"

Expand Down

0 comments on commit e3dfa25

Please sign in to comment.