summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-03-02 08:01:58 +0100
committerEugen Wissner <belka@caraus.de>2019-03-02 08:08:10 +0100
commit5b850d532edebf83d8988ff413cbd2a988011630 (patch)
treeed9c996e52939fcf4ea88518cd7cdb000e0869d9 /.travis.yml
parentd7dfa3f6f14309327934fa846aed6a5c3b40dd6a (diff)
downloadtanya-5b850d532edebf83d8988ff413cbd2a988011630.tar.gz
Move meta into a separate subpackage
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a358fb0..62343f6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,8 +48,10 @@ before_script:
script:
- if [ -n "$DDOC" ]; then
+ dub build :meta -b ddox --compiler=$DC;
dub build -b ddox --compiler=$DC;
elif [ -z "$DSCANNER" ]; then
+ dub test :meta -b ${UNITTEST:-unittest} --arch=$ARCH --compiler=$DC;
dub test -b ${UNITTEST:-unittest} --arch=$ARCH --compiler=$DC;
else
dub fetch dscanner --version=$DSCANNER;