Skip to content

Commit

Permalink
Added doxygen to Travis build chain
Browse files Browse the repository at this point in the history
  • Loading branch information
Amunak committed Feb 18, 2015
1 parent effafab commit ede2a59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ language: cpp
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq

install:
- sudo apt-get install doxygen
- sudo apt-get install -qq gcc-4.8 g++-4.8
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90

Expand Down

0 comments on commit ede2a59

Please sign in to comment.