We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent effafab commit ede2a59Copy full SHA for ede2a59
.travis.yml
@@ -3,8 +3,9 @@ language: cpp
3
before_install:
4
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
5
- sudo apt-get update -qq
6
-
+
7
install:
8
+ - sudo apt-get install doxygen
9
- sudo apt-get install -qq gcc-4.8 g++-4.8
10
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
11
0 commit comments