From 89a3fa6e888db897007c1caafdb2a4e140ae6687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Sat, 25 May 2019 11:43:39 +0200 Subject: [PATCH] travis: Change the libolm location to the new gitlab repo. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 90ab2ad..659e88d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,10 +7,10 @@ python: - "3.7" 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 + - wget https://gitlab.matrix.org/matrix-org/olm/-/archive/master/olm-master.tar.bz2 + - tar -xvf olm-master.tar.bz2 + - pushd olm-master && make && sudo make PREFIX="/usr" install && popd + - rm -r olm-master install: - pip install -r requirements.txt