add caching to travis builds

This commit is contained in:
spalger
2015-08-04 03:54:20 -07:00
parent 66c95a0eb9
commit b5a9aefad1
4 changed files with 11 additions and 3 deletions

View File

@ -10,10 +10,11 @@ var Version = require('../../scripts/Version');
var versionedOpts = [
{
version: '*',
directory: fromRoot('.esvm'),
directory: fromRoot('esvm'),
nodes: 1,
quiet: false,
config: {
'path.data': fromRoot('esvm/data_dir'),
'node.name': 'elasticsearch_js_test_runner',
'cluster.name': 'elasticsearch_js_test_runners',
'http.port': port,