summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-01-25 10:22:20 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-01-25 10:22:20 +0100
commitde4b84c1f285c9650860cb58b14cdec9c4b9e544 (patch)
treed3d29616c7e9cbbab4123564d98b57cff0b7b3b9 /.travis.yml
parentbd88bff5251237396f3904464dce67b17e049081 (diff)
downloadATCD-de4b84c1f285c9650860cb58b14cdec9c4b9e544.tar.gz
Simplified and removed some old CIAO configurations which are not part anymore of ACE/TAO
* .travis.yml:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 1 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml
index 8922fe4634c..fbe10513e17 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,9 +12,6 @@ env:
- CORBAEMICRO=1 ACEFORTAO=0 TAO=1
- CORBAECOMPACT=1 ACEFORTAO=0 TAO=1
- ACEFORTAO=1 TAO=1
- - CCMLW=0 ACEFORTAO=0 TAO=1
- - CCMLW=1 ACEFORTAO=0 TAO=1
- - CCMNOEVENT=1 ACEFORTAO=0 TAO=1
- ACETESTS=1 ACEFORTAO=0 TAO=1
- USES_WCHAR=1 TAO=1
- VERSIONED=1 TAO=1
@@ -28,15 +25,6 @@ env:
matrix:
include:
- - compiler: gcc
- addons:
- apt:
- sources:
- - ubuntu-toolchain-r-test
- packages:
- - libxerces-c-dev
- - libssl-dev
- - g++-6
- compiler: clang
addons:
apt:
@@ -47,7 +35,7 @@ matrix:
- libxerces-c-dev
- libssl-dev
- clang++-3.9
- env: COMPILER=clang++-3.9
+ env: COMPILER=clang++-3.9 VERSIONED=1 TAO=1 ACETESTS=1
addons:
apt: