From fc2939bf52baa2220371e7ced04d1ecaba6704e1 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 22 Jan 2019 15:10:08 +0100 Subject: Fix Travis C++ specifier Travis wants "cpp", not "c++". It just happened to work anyway because the base image includes the same tools. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 6b104c72..c260b1ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ env: matrix: include: - - language: c++ + - language: cpp env: before_install: - sudo apt-get install -y libgnutls-dev libfltk1.3-dev fluid -- cgit v1.2.3