Skip to content

Commit 92da8b3

Browse files
author
Owen
committed
Update Doxygen version
The old version is no longer available from this host
1 parent c9284ae commit 92da8b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- stage: Linter + Doxygen + non-debug Ubuntu/gcc-5 test
5050
env:
5151
NAME: "DOXYGEN-CHECK"
52-
DOXYGEN_VERSION: "1.8.14"
52+
DOXYGEN_VERSION: "1.8.16"
5353
addons:
5454
apt:
5555
sources:

scripts/run_doxygen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Check doxygen version
4-
EXPECTED_VERSION="1.8.14"
4+
EXPECTED_VERSION="1.8.16"
55
doxygen --version | grep -x $EXPECTED_VERSION > /dev/null
66
if [ $? -ne 0 ]
77
then

0 commit comments

Comments
 (0)