diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2018-11-01 22:41:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-01 22:41:47 +0100 |
commit | 52158010b5864fddfa7ccf04dc372de09572b508 (patch) | |
tree | 786dceb4b322ad9d42f82680e6eee17b25818382 | |
parent | 6d9ac6c81aaf00b0ff733c72068ab5671a998e48 (diff) | |
parent | f2767f4f36a7bdbab1bc9c627cdb18221899eb26 (diff) | |
download | ATCD-52158010b5864fddfa7ccf04dc372de09572b508.tar.gz |
Merge pull request #736 from jwillemsen/jwi-clang7notests
Don't compile the ACE tests with clang7 on travisci, it is taking to …
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ad2e5813c9d..ab2f2bd2f16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ matrix: - libxerces-c-dev - libssl-dev - clang-7 - env: COMPILER=clang++-7 VERSIONED=1 TAO=1 ACETESTS=1 + env: COMPILER=clang++-7 VERSIONED=1 TAO=1 - compiler: clang addons: apt: |