Skip to content

Commit

Permalink
travis: Add GOARCH 386 test
Browse files Browse the repository at this point in the history
Closes #2847
  • Loading branch information
bep committed Dec 29, 2016
1 parent e9e4fd9 commit 6374d82
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 6374d82

Please sign in to comment.