We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52dec5d commit 50c2ed0Copy full SHA for 50c2ed0
.travis.yml
@@ -1,6 +1,5 @@
1
language: python
2
python:
3
- - "2.4"
4
- "2.5"
5
- "2.6"
6
- "2.7"
Makefile
@@ -38,3 +38,4 @@ deps:
38
git clone https://github.com/lloyd/yajl.git yajl-src
39
(cd yajl-src; git checkout 4c539cb5b; git reset --hard; ./configure)
40
sudo make -C yajl-src install
41
+ sudo ldconfig
0 commit comments