소스 검색

fix #12 Add missing deps to travisyml

George S. Baugh 11 년 전
부모
커밋
335877d431
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -26,6 +26,7 @@ install:
   - cpan-install --deps       # installs prereqs, including recommends
   - cpan-install --coverage   # installs converage prereqs, if enabled
   - cpanm --quiet --notest Devel::Cover::Report::Coveralls #Make sure to shoot it over to coveralls
+  - cpanm --quiet --notest Test::Spelling Test::NoTabs Test::EOL #Looks like they were missed by haarg's stuff
 
 branches:
    only: