소스 검색

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 년 전
부모
커밋
b078ba646b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      .travis.yml

+ 2
- 1
.travis.yml 파일 보기

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


불러오는 중...
취소
저장