Update travis to turn on scripting

This commit is contained in:
Honza Král
2015-02-16 16:16:34 +01:00
parent 8c1a25e942
commit 7dbf753ef5
+1 -1
View File
@@ -20,7 +20,7 @@ install:
- pip install .
before_script:
- /tmp/elasticsearch/bin/elasticsearch -d -D es.path.data=/tmp -D es.discovery.zen.ping.multicast.enabled=false -Des.node.bench=true
- /tmp/elasticsearch/bin/elasticsearch -d --path.data /tmp --discovery.zen.ping.multicast.enabled false --node.bench true --script.disable_dynamic false
script:
- python setup.py test