From dcfc7e6b19ce67b97ba448607f45636ce606fd91 Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Sun, 5 May 2013 00:59:08 +0200 Subject: [PATCH] THRIFT-1952 Travis CI (.travis.yml) Patch: Roger Meier disable python --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0da39a67..dae06925 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 -- 2.17.1