Skip to content

Commit

Permalink
fix travis-ci build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Herringway committed Aug 17, 2019
1 parent af8fdf6 commit 451f795
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ 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
deploy:
provider: pages
skip_cleanup: true
Expand Down

0 comments on commit 451f795

Please sign in to comment.