Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Try to install 'libgd2-noxpm-dev' instead of 'libgd-dev' (Travis CI)
  • Loading branch information
fcambus committed Nov 26, 2016
1 parent 7cfc514 commit 351e0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,5 +4,5 @@ compiler:
- gcc
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libgd-dev
- sudo apt-get install -y libgd2-noxpm-dev
script: cmake . && make

0 comments on commit 351e0b0

Please sign in to comment.