From 44c2c5d0b8ba6e61ca98d663da7603ad1a5a04c7 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Sun, 8 Apr 2018 15:23:25 +0200 Subject: [PATCH] test? --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7d4a35b..9695737 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ matrix: include: - os: linux dist: trusty - compiler: gcc + compiler: g++ script: - cd build - cmake -DCMAKE_BUILD_TYPE=Debug .. @@ -19,7 +19,7 @@ matrix: - make -j - os: linux dist: trusty - compiler: gcc + compiler: g++ script: - cd build - cmake -DCMAKE_BUILD_TYPE=Release ..