Skip to content

Commit

Permalink
Fixed unittest-release calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljubobratovicrelja committed Jun 19, 2017
1 parent 9c46b44 commit 04d7cc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ script:
- dub build video
- dub build klt
- dub build hornschunck
- dub test dcv dcv:plot -b unittest-release
- dub test dcv dcv:io -b unittest-release
- dub test dcv dcv:core -b unittest-release
- dub test dcv:plot -b unittest-release
- dub test dcv:io -b unittest-release
- dub test dcv:core -b unittest-release
- dub test dcv:plot -b unittest-cov
- dub test dcv:io -b unittest-cov
- dub test dcv:core -b unittest-cov
Expand Down

0 comments on commit 04d7cc0

Please sign in to comment.