summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b3ae2216725..b4ff51581e9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,6 +47,16 @@ matrix:
- libssl-dev
- g++-7
env: COMPILER='g++-7' VERSIONED=1 TAO=1 ACETESTS=1
+ - compiler: gcc
+ addons:
+ apt:
+ sources:
+ - ubuntu-toolchain-r-test
+ packages:
+ - libxerces-c-dev
+ - libssl-dev
+ - g++-6
+ env: COMPILER='g++-6' VERSIONED=1 TAO=1 ACETESTS=1
- os: osx
env: COMPILER=clang++ VERSIONED=1 TAO=1 ACETESTS=1