travis update
parent
37347a8bd1
commit
7bb140314a
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue