Update travis to turn on scripting
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user