From 6c026ecabf02605c8b5bcd7cb6336ecacca2ec0b Mon Sep 17 00:00:00 2001 From: Honza Kral Date: Tue, 24 Sep 2013 18:49:36 +0200 Subject: [PATCH] removing plugins from travis CI configs --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bbeca29e..f4212fc4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ python: env: # different connection classes to test - TEST_ES_CONNECTION=Urllib3HttpConnection - - TEST_ES_CONNECTION=ThriftConnection - TEST_ES_CONNECTION=RequestsHttpConnection matrix: exclude: @@ -17,8 +16,6 @@ matrix: - python: "3.3" env: TEST_ES_CONNECTION=ThriftConnection install: - - plugin -install elasticsearch/elasticsearch-transport-thrift/1.5.0 - - plugin -install elasticsearch/elasticsearch-transport-memcached/1.6.0 - git submodule init - pip install . script: