mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -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
|
- 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:
|
||||||
|
|
Loading…
Reference in a new issue