diff options
| author | Eugen Wissner <belka@caraus.de> | 2017-07-30 00:08:41 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2017-07-30 00:08:41 +0200 |
| commit | 40e43c14657b58cced174f099b0ba2d0cfdb3532 (patch) | |
| tree | b756f3a5054e73237c839262601a5a7e2fd0fcab /.travis.yml | |
| parent | 5d145f524cd04ea657def5338d5cb9f2c7182a23 (diff) | |
| download | tanya-40e43c14657b58cced174f099b0ba2d0cfdb3532.tar.gz | |
Add memory.op.copy
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 20f9f23..7d8b844 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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) |
