Skip to content

Commit e2ba323

Browse files
committed
travis: update number of OS tested
1 parent 68dda1e commit e2ba323

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.travis.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: python
22
python:
33
- "2.7"
44
sudo: required
5-
dist: trusty
65
compiler:
76
- gcc
87
# - clang
@@ -15,9 +14,20 @@ env:
1514
- DO_COVERAGE_ON_BRANCH="master;release"
1615
- DO_CPPCHECK_ON_BRANCH=""
1716
- DO_INSTALL_DOC_EXCEPT_ON_BRANCH=""
18-
matrix:
19-
- BUILDTYPE=Release
20-
- BUILDTYPE=Debug
17+
18+
jobs:
19+
include:
20+
- dist: xenial
21+
env:
22+
matrix:
23+
- BUILDTYPE=Release
24+
- BUILDTYPE=Debug
25+
- dist: trusty
26+
env:
27+
matrix:
28+
- BUILDTYPE=Release
29+
- BUILDTYPE=Debug
30+
2131
notifications:
2232
email:
2333

0 commit comments

Comments
 (0)