You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2013/05/05 01:15:32 UTC

[2/2] git commit: THRIFT-1952 Travis CI (.travis.yml) Patch: Roger Meier disable python

THRIFT-1952 Travis CI (.travis.yml)
Patch: Roger Meier
disable python


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/dcfc7e6b
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/dcfc7e6b
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/dcfc7e6b

Branch: refs/heads/master
Commit: dcfc7e6b19ce67b97ba448607f45636ce606fd91
Parents: a0836f6
Author: Roger Meier <ro...@apache.org>
Authored: Sun May 5 00:59:08 2013 +0200
Committer: Roger Meier <ro...@apache.org>
Committed: Sun May 5 00:59:08 2013 +0200

----------------------------------------------------------------------
 .travis.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/dcfc7e6b/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 0da39a6..dae0692 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,7 +58,7 @@ script:
 #  - export PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/var/lib/gems/1.9.1/bin
 #  - sh configure RUBY=/usr/bin/ruby1.9.1 RAKE=/usr/bin/rake1.9.1
 # TODO: fix these languages
-  - sh configure --without-ruby --without-haskell --without-perl --without-php
+  - sh configure --without-ruby --without-haskell --without-perl --without-php  --without-python
   - make
   - make dist
   - make check