From 34666f0c63e2d2a72ce64eedc814d104dd7001f5 Mon Sep 17 00:00:00 2001 From: Aaron L Date: Tue, 29 Nov 2016 21:56:49 -0800 Subject: [PATCH] Fix bash syntax error --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 7368494..2b2e4a7 100644 --- a/circle.yml +++ b/circle.yml @@ -30,5 +30,5 @@ test: - > if [ -n "$COVERALLS_TOKEN" ]; then cd /home/ubuntu/.go_project/src/gopkg.in/authboss.v0 && - /home/ubuntu/.go_project/bin/goveralls -coverprofile=$CIRCLE_ARTIFACTS/coverage.txt -service=circle-ci -repotoken=$COVERALLS_TOKEN + /home/ubuntu/.go_project/bin/goveralls -coverprofile=$CIRCLE_ARTIFACTS/coverage.txt -service=circle-ci -repotoken=$COVERALLS_TOKEN; fi