Attempt to add Coveralls coverage analysis.
This commit is contained in:
parent
e5f9e9d092
commit
c592c31340
2 changed files with 7 additions and 0 deletions
|
@ -6,3 +6,5 @@ d:
|
|||
- dmd-2.068.2
|
||||
|
||||
sudo: false
|
||||
|
||||
script: ./travis.sh
|
||||
|
|
5
travis.sh
Executable file
5
travis.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
dub fetch doveralls
|
||||
dub test -b unittest-cov
|
||||
dub run doveralls
|
Loading…
Add table
Add a link
Reference in a new issue