From 0b5e6343e4958a20363cdf4636973702a80d6a3c Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Sun, 8 Apr 2018 15:37:20 +0200 Subject: [PATCH] test --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 309ea69..f1e8ad7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,13 @@ matrix: - cmake -DCMAKE_BUILD_TYPE=Release .. - make -j +addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-6.3 + notifications: email: - phundrak@phundrak.fr