From 06305fa1948bc38f82091258638c4e2143d5b0dc Mon Sep 17 00:00:00 2001 From: Justin Carpentier <justin.carpentier@inria.fr> Date: Thu, 20 Feb 2020 12:29:50 +0100 Subject: [PATCH] travis: fix language --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 33e6ac5..5d869a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -language: python +language: c++ git: depth: false compiler: -- GitLab