Explorar el Código

Trick Travis-CI into installing libslang2-dev.

tags/v0.99.beta20
Sam Hocevar hace 8 años
padre
commit
2b68df927b
Se han modificado 1 ficheros con 11 adiciones y 3 borrados
  1. +11
    -3
      .travis.yml

+ 11
- 3
.travis.yml Ver fichero

@@ -8,14 +8,22 @@ addons:
- build-essential
- pkg-config
- libncursesw5-dev
- libslang2-dev
- libx11-dev
- libimlib2-dev
- freeglut3-dev
- ruby-dev
# XXX: not supported by Travis-CI, see
# https://github.com/travis-ci/apt-package-whitelist/issues/1422
# ... so we just build-dep on libcaca-dev!
- libslang2-dev
- libcaca-dev
# XXX: not supported by Travis-CI, see
# https://github.com/travis-ci/apt-package-whitelist/issues/2309
- libimlib2-dev
# FIXME: disable this for now, as it just outputs garbage
#- texlive-fonts-recommended
#- doxygen-latex
- ruby-dev
# XXX: not supported by Travis-CI, see
# https://github.com/travis-ci/apt-package-whitelist/issues/2308
- ruby-minitest

# Travis does shallow clones, but we use the Git history


Cargando…
Cancelar
Guardar