Skip to content

Commit

Permalink
Fix .travis.yml for change to unittest build configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdavis committed May 10, 2019
1 parent af2bcc6 commit 78c22c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ os:
- osx

script:
- dub test --build=doTests --compiler=${DC}
- dub test --build=doReleaseTests --compiler=${DC}
- dub test --build=unittest --compiler=${DC}
- dub test --build=unittest-release --compiler=${DC}

0 comments on commit 78c22c8

Please sign in to comment.