Add memory.op.copy

This commit is contained in:
2017-07-30 00:08:41 +02:00
parent 5d145f524c
commit 40e43c1465
3 changed files with 123 additions and 8 deletions
-3
View File
@@ -30,9 +30,6 @@ before_script:
script:
- dub test -b ${UNITTEST:-unittest} --arch=$ARCH --compiler=$DC
- if [ "$UNITTEST" = "unittest-cov" -a "$ARCH" = "x86_64" -a "$TRAVIS_OS_NAME" = "linux" ]; then
dub fetch dscanner && dub run dscanner -- -Isource --styleCheck;
fi
after_success:
- test "$UNITTEST" = "unittest-cov" && bash <(curl -s https://codecov.io/bash)