Explorar el Código

Tell Travis CI to install ruby-minitest for Debian/Ubuntu builds and build-depend

on the current ruby-dev instead of a specific version.
tags/v0.99.beta20
Sam Hocevar hace 9 años
padre
commit
b078ba646b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      .travis.yml

+ 2
- 1
.travis.yml Ver fichero

@@ -15,7 +15,8 @@ addons:
# FIXME: disable this for now, as it just outputs garbage
#- texlive-fonts-recommended
#- doxygen-latex
- ruby1.8-dev
- ruby-dev
- ruby-minitest

before_install:
- .travis/before_install.sh


Cargando…
Cancelar
Guardar