summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2019-01-22 15:10:08 +0100
committerPierre Ossman <ossman@cendio.se>2019-01-22 15:10:08 +0100
commitfc2939bf52baa2220371e7ced04d1ecaba6704e1 (patch)
tree07880acef71b84c7c1de7a8966f25cb3e94b1af8 /.travis.yml
parentef894eb06646fd7eab5ee23887e3311ef33a5d84 (diff)
downloadtigervnc-fc2939bf52baa2220371e7ced04d1ecaba6704e1.tar.gz
tigervnc-fc2939bf52baa2220371e7ced04d1ecaba6704e1.zip
Fix Travis C++ specifier
Travis wants "cpp", not "c++". It just happened to work anyway because the base image includes the same tools.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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