Skip to content

Commit

Permalink
travis: Add GOARCH 386 test
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Dec 29, 2016
1 parent a18b9e7 commit e078b50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -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/
Expand Down

0 comments on commit e078b50

Please sign in to comment.