Skip to content

Commit

Permalink
Enable Travis CI builds for OSX DMG creation
Browse files Browse the repository at this point in the history
  • Loading branch information
redhatrises committed Jul 16, 2018
1 parent 3f8739b commit caa9299
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 caa9299

Please sign in to comment.