summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2017-06-13 10:45:15 +0200
committerEugen Wissner <belka@caraus.de>2017-06-13 10:45:15 +0200
commit508297f36f7aa07998e6937574a59867726c7e71 (patch)
treedee0be83be6e18b064c95043c6a41e5020d30767 /.travis.yml
parent4b0134713c7db3c542dd4dece6db43656518abb6 (diff)
downloadtanya-508297f36f7aa07998e6937574a59867726c7e71.tar.gz
Generate coverage for x86 aswell
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml34
1 files changed, 17 insertions, 17 deletions
diff --git a/.travis.yml b/.travis.yml
index 68ac70e..ab587d5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,34 +1,34 @@
sudo: false
os:
- - linux
- - osx
+ - linux
+ - osx
language: d
d:
- - dmd-2.074.1
- - dmd-2.073.2
- - dmd-2.072.2
- - dmd-2.071.2
+ - dmd-2.074.1
+ - dmd-2.073.2
+ - dmd-2.072.2
+ - dmd-2.071.2
env:
- matrix:
- - ARCH=x86_64
- - ARCH=x86
+ matrix:
+ - ARCH=x86_64
+ - ARCH=x86
addons:
- apt:
- packages:
- - gcc-multilib
+ apt:
+ packages:
+ - gcc-multilib
before_script:
- - if [ "$PS1" = '(dmd-2.074.1)' -a "$ARCH" = 'x86_64' ]; then
- export UNITTEST="unittest-cov";
- fi
+ - if [ "$PS1" = '(dmd-2.074.1)' ]; then
+ export UNITTEST="unittest-cov";
+ fi
script:
- - dub test -b ${UNITTEST:-unittest} --arch=$ARCH --compiler=$DC
+ - dub test -b ${UNITTEST:-unittest} --arch=$ARCH --compiler=$DC
after_success:
- - test "$UNITTEST" = "unittest-cov" && bash <(curl -s https://codecov.io/bash)
+ - test "$UNITTEST" = "unittest-cov" && bash <(curl -s https://codecov.io/bash)