Skip to content

Commit

Permalink
Travis: we no longer need doxygen.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 2, 2014
1 parent a37980f commit ca1d9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ compiler:
- gcc
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq re2c pandoc valgrind doxygen
- sudo apt-get install -qq pandoc re2c valgrind
script:
- make testtarball
- PROG=`ls cmark-*.*/build/src/cmark` make leakcheck

0 comments on commit ca1d9cc

Please sign in to comment.