Skip to content

Commit 78c22c8

Browse files
committed
Fix .travis.yml for change to unittest build configs.
1 parent af2bcc6 commit 78c22c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ os:
1111
- osx
1212

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

0 commit comments

Comments
 (0)