(CI) linux: install libmbedtls

This commit is contained in:
Benjamin Sergeant 2019-08-14 21:49:43 -07:00
parent b6e5ff2f3d
commit 53efbf3ca9

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