Updated Branches: refs/heads/master aae8acb2d -> 78dbd5c66
THRIFT-2318 perl: dependency Class::Accessor not checked Patch: Roger Meier Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/78dbd5c6 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/78dbd5c6 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/78dbd5c6 Branch: refs/heads/master Commit: 78dbd5c66266d310a7e96cf0271f9afdec05f631 Parents: aae8acb Author: Roger Meier <[email protected]> Authored: Wed Jan 15 13:57:34 2014 +0100 Committer: Roger Meier <[email protected]> Committed: Wed Jan 15 13:57:34 2014 +0100 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/78dbd5c6/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 06f57c2..749b014 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,7 @@ install: script: # TODO: fix these languages - - sh configure --without-erlang --without-haskell --without-perl --without-python + - sh configure --without-erlang --without-haskell --without-python - make -j$NUM_CPU && make dist - make check -j$NUM_CPU && sh test/test.sh - sh bootstrap.sh ; sh contrib/mingw-cross-compile.sh
