Install C++ dependency

This commit is contained in:
Michael Droettboom 2018-04-19 18:50:10 -04:00
parent f5e9b3ea3d
commit 6f32425a04
1 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,12 @@ language: python
addons: addons:
firefox: latest firefox: latest
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7
- libstdc++6
cache: cache:
pip: true pip: true
ccache: true ccache: true