install synapse prerequisites as part of build

This commit is contained in:
Bruno Windels 2018-07-27 16:25:49 +02:00
parent e08e09df9a
commit 70f8ee0e87

View file

@ -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