Skip to content
This repository was archived by the owner on Mar 1, 2022. It is now read-only.

Commit 28a5366

Browse files
author
WebFreak001
committed
Added travis build
1 parent d9e2a72 commit 28a5366

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: d
2+
d:
3+
- dmd
4+
- ldc
5+
script: dub run --build=fix-unittest --compiler=${DC}

dub.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"buildTypes": {
2222
"fix-unittest": {
2323
"dflags": [
24-
"-wi",
2524
"-unittest"
2625
],
2726
"buildOptions": [

0 commit comments

Comments
 (0)