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