1
0
mirror of https://github.com/volatiletech/authboss.git synced 2025-02-13 13:58:38 +02:00

Fix bash syntax error

This commit is contained in:
Aaron L 2016-11-29 21:56:49 -08:00 committed by Aaron
parent 2ad0b44760
commit 34666f0c63

View File

@ -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