summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 9b00fc61c..7cd5b2de1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -117,21 +117,23 @@ jobs:
# ------------------------- phase: autotools --------------------
# TODO: Remove them once migrated to CMake
+
- script: build/docker/run.sh
env:
- - JOB="Autotools (Ubuntu Bionic)"
+ - JOB="Autotools (Ubuntu Focal)"
+ - DISTRO=ubuntu-focal
- SCRIPT="autotools.sh"
- script: build/docker/run.sh
env:
- - JOB="Autotools (Ubuntu Xenial)"
- - DISTRO=ubuntu-xenial
+ - JOB="Autotools (Ubuntu Bionic)"
+ - DISTRO=ubuntu-bionic
- SCRIPT="autotools.sh"
- script: build/docker/run.sh
env:
- - JOB="Autotools (Ubuntu Focal)"
- - DISTRO=ubuntu-focal
+ - JOB="Autotools (Ubuntu Xenial)"
+ - DISTRO=ubuntu-xenial
- SCRIPT="autotools.sh"
# ------------------------- phase: cmake ------------------------