summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2016-12-08 14:51:49 +0100
committerEugen Wissner <belka@caraus.de>2016-12-08 14:51:49 +0100
commit4309a30dfeed2913b06ee4e699daae678764c528 (patch)
treeccb2924f5c3fc3c8d714b043a221a3794e95733f /.travis.yml
parent9362287938622d49bf2aebdcefcfafa717e62643 (diff)
downloadtanya-4309a30dfeed2913b06ee4e699daae678764c528.tar.gz
Add opBinary for the other math operations on Integer
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..07d22bf
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,19 @@
+sudo: false
+
+os:
+ - linux
+ - osx
+ - windows
+
+language: d
+
+d:
+ - dmd-2.072.1
+
+env:
+ matrix:
+ - ARCH=x86
+ - ARCH=x86_64
+
+script:
+ - dub test --arch=$ARCH