소스 검색

add deps to travisyml

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

+ 2 - 0
.travis.yml

@@ -19,6 +19,8 @@ before_install:
    - perl -V
    - git config --global user.name "TravisCI"
    - git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org"
+install:
+    - cpanm --quiet --notest --skip-satisfied Test::Perl::Critic Test::Spelling Test::NoTabs Test::EOL
 branches:
    only:
       - /^build/