diff --git a/.travis.yml b/.travis.yml index 5ad640e12..654259fc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,12 @@ language: python addons: firefox: latest - + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-7 + - libstdc++6 cache: pip: true ccache: true