Attempt to add Coveralls coverage analysis.

This commit is contained in:
Sönke Ludwig 2016-01-29 11:36:05 +01:00
parent e5f9e9d092
commit c592c31340
2 changed files with 7 additions and 0 deletions

View file

@ -6,3 +6,5 @@ d:
- dmd-2.068.2
sudo: false
script: ./travis.sh

5
travis.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
dub fetch doveralls
dub test -b unittest-cov
dub run doveralls