Test builds on OS X - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit b5b8cc9bd369b3792efb6c3d0c338ff30705607a
DIR parent c2a7c456cc6e43f723c66cd7470243000524ef8c
HTML Author: Edward Vielmetti <edward.vielmetti@gmail.com>
Date: Tue, 15 Sep 2015 23:57:17 -0400
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.
Diffstat:
M .travis.yml | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
DIR diff --git a/.travis.yml b/.travis.yml
@@ -3,6 +3,9 @@ go:
- 1.4.2
- 1.5
- tip
+os:
+ - linux
+ - osx
matrix:
allow_failures:
- go: tip