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 6fb30a0 commit f98b30c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
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
before_deploy:
- sudo apt-get -qq update
- sudo apt-get install -y libevent-dev libssl-dev
Expand Down

0 comments on commit f98b30c

Please sign in to comment.