Skip to content

Commit

Permalink
Add perltidy test to travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ldidry committed May 24, 2018
1 parent f705d73 commit 953da88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ install:
- cpanm --notest --quiet CGI::Fast FCGI
- cpanm --notest --quiet Unicode::CaseFold
- cpanm --notest --quiet SOAP::Lite Net::LDAP
- cpanm --installdeps . --with-develop

before_script:
- coverage-setup
Expand All @@ -40,6 +41,7 @@ script:
- autoreconf -i
- ./configure
- cd src; make; cd ..
- make check-local TEST_FILES='xt/perltidy.t' || true
- make check-local TEST_FILES='t/compile_executables.t t/compile_modules.t t/Language.t t/parse_templates.t t/pod-syntax.t'

after_success:
Expand Down

0 comments on commit 953da88

Please sign in to comment.