Skip to content

Commit

Permalink
install libyajl too
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Somerville committed Oct 14, 2012
1 parent 1d5ed6a commit 2a3b428
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
@@ -1,6 +1,6 @@
language: c
before_script:
- sudo apt-get install libgmp-dev libmysqlclient-dev libyajl-dev libgcrypt-dev
- sudo apt-get install libgmp-dev libmysqlclient-dev libyajl-dev libyajl libgcrypt-dev
script: ./configure --prefix=`pwd` ; make ; sapi/cli/slash-cli test/test.sl test/*/*.sl
notifications:
irc:
Expand Down

0 comments on commit 2a3b428

Please sign in to comment.