mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
travis update
This commit is contained in:
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
Block a user