Update travis-ci build dependencies to include texinfo

This commit is contained in:
Anthony Green
2013-10-15 15:42:49 -04:00
parent 16b93a211b
commit d6716aba81

View File

@@ -3,6 +3,6 @@ compiler:
- gcc
- clang
before_script: sudo apt-get install dejagnu
before_script: sudo apt-get install dejagnu texinfo
script: ./configure && make && make check