Browse Source

Fix Travis C++ specifier

Travis wants "cpp", not "c++". It just happened to work anyway
because the base image includes the same tools.
tags/v1.9.90
Pierre Ossman 5 years ago
parent
commit
fc2939bf52
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -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

Loading…
Cancel
Save