diff options
author | Pierre Ossman <ossman@cendio.se> | 2019-01-22 15:10:08 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2019-01-22 15:10:08 +0100 |
commit | fc2939bf52baa2220371e7ced04d1ecaba6704e1 (patch) | |
tree | 07880acef71b84c7c1de7a8966f25cb3e94b1af8 /.travis.yml | |
parent | ef894eb06646fd7eab5ee23887e3311ef33a5d84 (diff) | |
download | tigervnc-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.yml | 2 |
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 |