mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
travis: Run tests for 386 and amd64
This commit is contained in:
parent
d42242556b
commit
eee93e9125
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user