Browse Source

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 9 years ago
parent
commit
b078ba646b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .travis.yml

+ 2
- 1
.travis.yml View File

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


Loading…
Cancel
Save