From c6db8eb19cd85d8add7e01999fe406061ac45344 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Wed, 24 Jun 2015 20:29:47 +0200 Subject: [PATCH] Fix travis test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 70508ea5f..4da25ff8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ install: script: - gox -verbose -os "${GOX_OS}" -tags "release" ./cmd/restic - - gox -verbose -os "${GOX_OS}" -tags "debug" ./cmd/restic.debug + - gox -verbose -os "${GOX_OS}" -tags "debug" ./cmd/restic - go run run_tests.go all.cov - GOARCH=386 RESTIC_TEST_INTEGRATION=0 go test ./... - goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN" || true