1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-04-06 17:10:38 +00:00

travis: Add GOARCH 386 test

Closes 
This commit is contained in:
Bjørn Erik Pedersen 2016-12-29 15:17:53 +01:00
parent e9e4fd90e4
commit 6374d82b82

View file

@ -15,6 +15,8 @@ install:
- make govendor
script:
- make check
# Test 64-bit alignment on 32-bit builds
- env GOARCH=386 make test
- go build -race
- ./hugo -s docs/
- ./hugo --renderToMemory -s docs/