Skip to content

Commit 7194aaf

Browse files
vkreschjdsika
authored andcommitted
Use 18.04 bionic environment, Fix duplicate bug and add treeview to documentation (resolves #339)
1 parent f9b1382 commit 7194aaf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Source: https://github.com/boostorg/hana/blob/master/.travis.yml
22

3+
# Use distribution Ubuntu 18.04 Bionic
4+
dist: bionic
5+
36
# Use C++ build environment.
47
language: cpp
58

@@ -80,6 +83,8 @@ script:
8083
- echo "VERSION_PATCH = \"GitHub_MasterBranch\"" >> VERSION
8184
- cd build
8285
- cmake -D FILTER_PROTO2CPP_PY_PATH=${DEPS_DIR}/proto2cpp ..
86+
- echo "EXCLUDE_PATTERNS = */osi3/*" >> Doxyfile
87+
- echo "GENERATE_TREEVIEW = YES" >> Doxyfile
8388
- doxygen
8489
- cd ..
8590
- python test_cases_doc.py

0 commit comments

Comments
 (0)