We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2bcc6 commit 78c22c8Copy full SHA for 78c22c8
.travis.yml
@@ -11,5 +11,5 @@ os:
11
- osx
12
13
script:
14
- - dub test --build=doTests --compiler=${DC}
15
- - dub test --build=doReleaseTests --compiler=${DC}
+ - dub test --build=unittest --compiler=${DC}
+ - dub test --build=unittest-release --compiler=${DC}
0 commit comments