From 4a422795d9852e7239e9f50c6a8bb839b2ec967b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Mon, 10 Oct 2016 20:46:25 +0200 Subject: [PATCH] Added language specification to Travis configuration. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index b92cc4a..27cea52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,8 @@ addons: matrix: include: - env: COMPILER=g++-5 + os: linux + language: cpp addons: apt: sources: @@ -22,6 +24,8 @@ matrix: - *default_packages - g++-5 - env: COMPILER=g++-6 + os: linux + language: cpp addons: apt: sources: