mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-02-07 02:25:23 -05:00
travis: Bump the version of the Olm C lib.
This commit is contained in:
parent
88757965cd
commit
700510aa36
@ -3,9 +3,9 @@ dist: xenial
|
||||
sudo: false
|
||||
before_install:
|
||||
- wget https://matrix.org/git/olm/snapshot/olm-2.3.0.tar.bz2
|
||||
- tar -xvf olm-2.3.0.tar.bz2
|
||||
- pushd olm-2.3.0 && make && sudo make PREFIX="/usr" install && popd
|
||||
- rm -r olm-2.3.0
|
||||
- tar -xvf olm-3.0.0.tar.bz2
|
||||
- pushd olm-3.0.0 && make && sudo make PREFIX="/usr" install && popd
|
||||
- rm -r olm-3.0.0
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
Loading…
x
Reference in New Issue
Block a user