Skip to content

Commit

Permalink
fixes for travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Herringway committed Dec 10, 2019
1 parent 6edbbec commit 9489f4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -10,9 +10,9 @@ matrix:
- d: dmd-beta
- d: ldc
- d: gdc
install:
- wget -O doveralls "https://github.com/ColdenCullen/doveralls/releases/download/v1.3.1/doveralls_linux_travis"
- chmod +x doveralls
script:
- dub test -b unittest-cov
- ./doveralls
- dub fetch doveralls
- dub run doveralls
before_deploy:
- dub build -b ddox

0 comments on commit 9489f4e

Please sign in to comment.