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