From 11263e5dee0d509f3cbedb419edbccf4f3b1d523 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 29 Mar 2017 23:16:17 +0300 Subject: [PATCH] Travis CI: Workaround incorrect CC, disable parallel-mark for musl build (fix commit 07d9895) --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 12c652e..dbbfd94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -171,8 +171,9 @@ matrix: addons: { apt: { packages: [ musl-tools ] } } compiler: musl-gcc dist: trusty + language: c env: - - CONF_OPTIONS="--enable-parallel-mark --enable-gc-assertions --enable-cplusplus" + - CONF_OPTIONS="--disable-parallel-mark --enable-gc-assertions" - os: linux compiler: clang env: -- 2.7.4