mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
install synapse prerequisites as part of build
This commit is contained in:
parent
e08e09df9a
commit
70f8ee0e87
1 changed files with 2 additions and 0 deletions
|
@ -15,5 +15,7 @@ addons:
|
|||
chrome: stable
|
||||
install:
|
||||
- npm install
|
||||
# install synapse prerequisites for end to end tests
|
||||
- sudo apt-get install build-essential python2.7-dev libffi-dev python-pip python-setuptools sqlite3 libssl-dev python-virtualenv libjpeg-dev libxslt1-dev
|
||||
script:
|
||||
./scripts/travis.sh
|
||||
|
|
Loading…
Reference in a new issue