Skip to content

Commit

Permalink
Add Texinfo as a dependency
Browse files Browse the repository at this point in the history
Required to build the software guides. However, Travis also requires
it since Autotools always builds the chip8.info file.
  • Loading branch information
danirod committed Aug 3, 2016
1 parent a5b3dcf commit 32ba6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ compiler: gcc

before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libsdl2-dev check
- sudo apt-get install -y libsdl2-dev check texinfo
- pip install --user cpp-coveralls
before_script: ./bootstrap
script: "./configure --enable-gcov && make && make check"
Expand Down

0 comments on commit 32ba6ef

Please sign in to comment.