Skip to content

Commit

Permalink
Revert "Use alternative test on coveralls token"
Browse files Browse the repository at this point in the history
This reverts commit 83af272.
  • Loading branch information
GeertJohan committed Jul 6, 2015
1 parent 83af272 commit 208d111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export GORP_TEST_DSN=/tmp/gorptest.bin
export GORP_TEST_DIALECT=sqlite
go test $coveralls_testflags $GOBUILDFLAG $@ .

if [ -z "$COVERALLS_TOKEN" ]
if [ -z ${COVERALLS_TOKEN+x} ]
then
if [[ `go version` == *"1.4"* ]]
then
Expand Down

0 comments on commit 208d111

Please sign in to comment.