Skip to content

Commit

Permalink
add build-essential to travis packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aheadley committed Oct 23, 2013
1 parent e2f019c commit 7afb983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ php:
- 5.5

install:
- sudo apt-get install -qq python-markdown libxml-xpath-perl
- sudo apt-get install -qq python-markdown libxml-xpath-perl build-essential

script:
- make all

0 comments on commit 7afb983

Please sign in to comment.