Skip to content

Commit

Permalink
Merge pull request #314 from redhatrises/add_osx_travis
Browse files Browse the repository at this point in the history
Enable Travis CI builds for OSX DMG creation
  • Loading branch information
shawndwells committed Jul 17, 2018
2 parents 3f8739b + caa9299 commit 8480f3f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: go

matrix:
include:
- os: osx
osx_image: xcode8.3
script:
- make build

0 comments on commit 8480f3f

Please sign in to comment.