Explorar el Código

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 hace 5 años
padre
commit
fc2939bf52
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml Ver fichero

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

Cargando…
Cancelar
Guardar