summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-11-02 18:09:59 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-11-02 18:09:59 +0100
commit74c88299c7f032c32b1e5c657d962d22aca75b57 (patch)
treeac35f1eb82bef9fd0e36a55d7ea5350d3df87582 /.travis.yml
parentbcf3ff76e0bb45c2604de9c040a2826c1dad42b2 (diff)
downloadATCD-74c88299c7f032c32b1e5c657d962d22aca75b57.tar.gz
Use ubuntu 18.04 with more compiler versions on azure. On travis reduce the amount of configurations because they are already running on azure and they keep timing out on travis.
* .travis.yml: * azure-pipelines.yml:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml23
1 files changed, 1 insertions, 22 deletions
diff --git a/.travis.yml b/.travis.yml
index e9cc4d13b4a..6a5badede77 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,4 @@
+dist: bionic
group: travis_latest
language: cpp
os:
@@ -25,33 +26,11 @@ env:
matrix:
include:
- - compiler: gcc
- addons:
- apt:
- sources:
- - ubuntu-toolchain-r-test
- packages:
- - libxerces-c-dev
- - 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
addons:
apt:
- sources:
- - ubuntu-toolchain-r-test
packages:
- libssl-dev
- libxerces-c-dev