diff options
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e80033d..951aed3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,9 @@ script: notifications: email: - kimmobrunfeldt+git-hours@gmail.com +addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - libstdc++-4.9-dev |