mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Build Hugo in Travis with race detection enabled
This commit is contained in:
parent
fd5d573566
commit
969f9311c1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ matrix:
|
|||
- go: tip
|
||||
script:
|
||||
- make check
|
||||
- go build
|
||||
- go build -race
|
||||
- ./hugo -s docs/
|
||||
- ./hugo --renderToMemory -s docs/
|
||||
install:
|
||||
|
|
Loading…
Reference in a new issue