GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
johnpearcey
/
dub_jkp
Browse code
use stable coveralls version
master
1 parent
79c4c6e
commit
a20127f59d01c61a4397cda2d4042485ed8aa30e
Martin Nowak
authored
on 25 Sep 2015
Patch
Unified
Split
Showing
1 changed file
+1
-1
■
■
■■■
travis-ci.sh
Ignore Space
Show notes
View
2
■
■
■■■
travis-ci.sh
fi
DUB
=
`pwd`
/
bin
/
dub COMPILER
=
$
{
DC
}
test
/
run
-
unittest
.
sh
if
[
"$COVERAGE"
=
true
];
then
dub fetch doveralls
--
version
=~
master
dub fetch doveralls
dub run doveralls
--
compiler
=
$
{
DC
}
fi
Show line notes below