Skip to content

Commit ac58ac9

Browse files
authored
Merge pull request #47 from ReconfigureIO/build/osx
Get macOS builds working from Travis.
2 parents ce18ebe + 5ee7981 commit ac58ac9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ language: go
33
env:
44
global:
55
- PROJECT_NAME=goblin
6-
- TARGET=x86_64-unknown-linux-gnu
6+
- TARGET=${TRAVIS_OS_NAME}
77

88
go_import_path: github.com/ReconfigureIO/goblin
99

10+
os:
11+
- linux
12+
- osx
13+
1014
go:
1115
- 1.7.1
1216

0 commit comments

Comments
 (0)