Skip to content

Commit

Permalink
disable json ext on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
haileys committed Oct 14, 2012
1 parent 2a3b428 commit 2127958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
language: c
before_script:
- 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
- sudo apt-get install libgmp-dev libmysqlclient-dev libgcrypt-dev
script: ./configure --prefix=`pwd` --no-ext=json ; make ; sapi/cli/slash-cli test/test.sl test/*/*.sl
notifications:
irc:
channels:
Expand Down

0 comments on commit 2127958

Please sign in to comment.