install synapse prerequisites as part of build
parent
e08e09df9a
commit
70f8ee0e87
|
@ -15,5 +15,7 @@ addons:
|
||||||
chrome: stable
|
chrome: stable
|
||||||
install:
|
install:
|
||||||
- npm 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:
|
script:
|
||||||
./scripts/travis.sh
|
./scripts/travis.sh
|
||||||
|
|
Loading…
Reference in New Issue