(CI) linux: install libmbedtls

This commit is contained in:
Benjamin Sergeant 2019-08-14 21:49:43 -07:00
parent 7c4d040384
commit 2477946e68

View File

@ -18,6 +18,8 @@ matrix:
# Linux # Linux
- os: linux - os: linux
dist: bionic dist: bionic
before_install:
- sudo apt-get install -y libmbedtls-dev
script: script:
- python test/run.py - python test/run.py
- make ws - make ws