Skip to content

Commit a06e219

Browse files
committed
.travis.yml: test on multiple versions of Ubuntu
1 parent 8da74f2 commit a06e219

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.travis.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
language: cpp
22
compiler: gcc
3-
dist: trusty
3+
4+
matrix:
5+
include:
6+
- name: "Ubuntu LTS 2014 (trusty)"
7+
dist: trusty
8+
9+
- name: "Ubuntu LTS 2016 (xenial)"
10+
dist: xenial
11+
12+
- name: "Ubutnu LTS 2018 (bionic)"
13+
dist: bionic
14+
15+
- name: "Ubuntu LTS 2020 (focal)"
16+
dist: focal
417

518
install:
619
- sudo apt-get install cmake help2man libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-python-dev libboost-regex-dev

0 commit comments

Comments
 (0)