Travis accepts but doesn't like multi-value env

This commit is contained in:
TheAssassin
2018-11-10 13:00:51 +01:00
parent 60f2cb78cd
commit 65ef0bd7ed
+2 -6
View File
@@ -26,9 +26,7 @@ matrix:
- automake # required for patchelf
- libfuse2:i386
- libcairo2:i386
- env:
- ARCH=x86_64
- BUILD_TYPE=coverage
- env: ARCH=x86_64 BUILD_TYPE=coverage
addons:
apt:
update: true
@@ -42,9 +40,7 @@ matrix:
- sudo pip install gcovr
script: travis/test-coverage.sh
after_success: true # also, we don't intend to upload release binaries
- env:
- ARCH=i386
- BUILD_TYPE=coverage
- env: ARCH=i386 BUILD_TYPE=coverage
addons:
apt:
update: true