travis update

This commit is contained in:
Henrique Dias 2016-08-10 14:26:39 +01:00
parent 37347a8bd1
commit 7bb140314a

View File

@ -10,6 +10,10 @@ import (
)
func main() {
if len(os.Getenv("TRAVIS")) > 0 || len(os.Getenv("CI")) > 0 {
return
}
goPath := os.Getenv("GOPATH")
hugoPath := filepath.Join(goPath, "src/github.com/spf13/hugo")