Add opBinary for the other math operations on Integer

This commit is contained in:
2016-12-08 14:51:49 +01:00
parent 9362287938
commit 4309a30dfe
2 changed files with 14 additions and 9 deletions
+19
View File
@@ -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