From eee93e91251416cf8be9641a48bdb10da5423a5c Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Thu, 14 May 2015 23:20:12 +0200 Subject: [PATCH] travis: Run tests for 386 and amd64 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 672e08ec1..54bd6d0cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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