mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
Build Hugo in Travis with race detection enabled
This commit is contained in:
@@ -12,7 +12,7 @@ matrix:
|
||||
- go: tip
|
||||
script:
|
||||
- make check
|
||||
- go build
|
||||
- go build -race
|
||||
- ./hugo -s docs/
|
||||
- ./hugo --renderToMemory -s docs/
|
||||
install:
|
||||
|
Reference in New Issue
Block a user