Hopefully fixed Travis.
This commit is contained in:
parent
d176f8fdc1
commit
afec545f50
@ -6,9 +6,10 @@ install:
|
||||
- _libjansson_version=v2.5
|
||||
|
||||
# install libjansson
|
||||
- git clone git://github.com/akheron/jansson
|
||||
- git clone git://github.com/akheron/jansson.git
|
||||
- pushd jansson
|
||||
- git checkout tags/${_libjansson_version}
|
||||
- autoreconf -i
|
||||
- ./configure --prefix=/usr
|
||||
- make -j3
|
||||
- sudo make install
|
||||
|
Loading…
Reference in New Issue
Block a user