Skip to content

Commit

Permalink
Merge pull request ReconfigureIO#47 from ReconfigureIO/build/osx
Browse files Browse the repository at this point in the history
Get macOS builds working from Travis.
  • Loading branch information
patrickt authored Jun 24, 2017
2 parents ce18ebe + 5ee7981 commit ac58ac9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ language: go
env:
global:
- PROJECT_NAME=goblin
- TARGET=x86_64-unknown-linux-gnu
- TARGET=${TRAVIS_OS_NAME}

go_import_path: github.com/ReconfigureIO/goblin

os:
- linux
- osx

go:
- 1.7.1

Expand Down

0 comments on commit ac58ac9

Please sign in to comment.