travis: Run tests for 386 and amd64

This commit is contained in:
Alexander Neumann 2015-05-14 23:20:12 +02:00
parent d42242556b
commit eee93e9125
1 changed files with 2 additions and 0 deletions

View File

@ -31,7 +31,9 @@ script:
- make restic
- make gox
- make test
- GOARCH=386 make test
- make test-integration
- GOARCH=386 make test-integration
- make all.cov
- goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN"
- gofmt -l *.go */*.go */*/*.go