mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Test builds on OS X
Add an "os" target for OS X to test builds on Mac. No reason to believe it won't work, but always worth testing things.
This commit is contained in:
parent
c2a7c456cc
commit
b5b8cc9bd3
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ go:
|
|||
- 1.4.2
|
||||
- 1.5
|
||||
- tip
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
matrix:
|
||||
allow_failures:
|
||||
- go: tip
|
||||
|
|
Loading…
Reference in a new issue