Skip to content

Commit ede2a59

Browse files
committed
Added doxygen to Travis build chain
1 parent effafab commit ede2a59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ language: cpp
33
before_install:
44
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
55
- sudo apt-get update -qq
6-
6+
77
install:
8+
- sudo apt-get install doxygen
89
- sudo apt-get install -qq gcc-4.8 g++-4.8
910
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
1011

0 commit comments

Comments
 (0)