Skip to content

Commit 28a9fe7

Browse files
Install doxygen 1.8.14 on travis
1 parent 1a4fc92 commit 28a9fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
- sourceline: 'deb http://packages.cloud.google.com/apt cloud-sdk-trusty main'
5454
key_url: 'https://packages.cloud.google.com/apt/doc/apt-key.gpg'
5555
packages:
56-
- doxygen
5756
- google-cloud-sdk
5857
install:
58+
- wget http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.14.src.tar.gz; tar xfz doxygen-1.8.14.src.tar.gz; cd doxygen-1.8.14; ./configure; make; cd ..; export PATH=$PATH:`pwd`/doxygen-1.8.14/bin; echo $PATH; doxygen --version
5959
script: scripts/travis_doxygen.sh
6060
before_cache:
6161
after_success:

0 commit comments

Comments
 (0)