Skip to content

Commit 2b29425

Browse files
committed
fix report token arguments
1 parent f1d44cf commit 2b29425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ script:
5757
fi
5858

5959
after_success:
60-
- if [ $GOCOVERAGE ]; then goveralls -coverprofile=.profile.cov -repotoken $COVERALLS_TOKEN; fi
60+
- if [ $GOCOVERAGE ]; then goveralls -coverprofile=.profile.cov -repotoken=$COVERALLS_TOKEN; fi

0 commit comments

Comments
 (0)