diff --git a/.travis.yml b/.travis.yml index 5f53f5b..4c428da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,9 @@ language: go go: - 1.14 install: + - echo 'deb http://archive.ubuntu.com/ubuntu/ focal universe' | sudo tee -a /etc/apt/sources.list - sudo apt-get update - - sudo apt-get -y install libolm2 libolm-dev + - sudo apt-get -y install libolm3 libolm-dev - go get golang.org/x/lint/golint - go get github.com/fzipp/gocyclo diff --git a/README.md b/README.md index a8dfe96..ef396e7 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ Before submitting pull requests, please read the [Matrix.org contribution guidel # Developing This project depends on `libolm` for the end-to-end encryption. Therefore, -you need to install `libolm2` and `libolm-dev` on Ubuntu / `libolm-devel` on +you need to install `libolm3` and `libolm-dev` on Ubuntu / `libolm-devel` on CentOS to be able to build and run it. There's a bunch more tools this project uses when developing in order to do