Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[travis] temp remove broken Test::Perl::Critic
  • Loading branch information
Reini Urban committed Nov 9, 2016
1 parent c0316d3 commit d26861e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,8 @@ addons:
before_script:
# No, we are not going to run the tests for all these dependencies on every commit
- if [ $TRAVIS_OS_NAME == osx ]; then brew update; brew install cpanminus; brew install icu4c; export PERL5LIB=~/perl5; fi
- cpanm -n LWP::UserAgent TAP::Harness::Archive TAP::Harness::ReportByDescription Test::Perl::Critic
# Test::Perl::Critic currently broken github.com/Perl-Critic/Perl-Critic/issues/707
- cpanm -n LWP::UserAgent TAP::Harness::Archive TAP::Harness::ReportByDescription
- gcc --version
- g++ --version
- clang --version
Expand Down

0 comments on commit d26861e

Please sign in to comment.