Ver código fonte

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 anos atrás
pai
commit
fc2939bf52
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml Ver arquivo

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

Carregando…
Cancelar
Salvar