summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2014-01-15 13:55:09 +0100
committerRoger Meier <roger@apache.org>2014-01-15 13:55:09 +0100
commitaae8acb2db6210911f809e857eebfd4d1c765ac2 (patch)
treee349a453a695848b48add5caf059a049a566f0a6 /.travis.yml
parent09cc5e7728cd4bc197e33a02e2fd263407d4a87b (diff)
downloadthrift-aae8acb2db6210911f809e857eebfd4d1c765ac2.tar.gz
THRIFT-2318 perl: dependency Class::Accessor not checked
Patch: Roger Meier
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4f8115e46..06f57c2f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,7 +37,7 @@ before_install:
# Python
- sudo apt-get install -qq python-all python-all-dev python-all-dbg
# Perl
- - sudo apt-get install -qq libbit-vector-perl
+ - sudo apt-get install -qq libbit-vector-perl libclass-accessor-class-perl
# PHP
- sudo apt-get install -qq php5-dev php5-cli phpunit
- sudo apt-get upgrade pear