Updated testing to pull yaml tests from a specific es branch, and setup

travis script that will download the latest build from a branch or a release
based on the config it receives.
This commit is contained in:
Spencer Alger
2014-01-07 14:34:37 -07:00
parent bbbfcfa33e
commit d1e04c57fb
8 changed files with 160 additions and 80 deletions

View File

@ -1,8 +1,7 @@
#!/bin/bash
#!/usr/bin/env bash
# generate the latest version of the yaml-tests
node scripts/generate/ --no-api --es_version="=$ES_V"
./node_modules/.bin/grunt run:generate_yaml_tests --es_branch="=$ES_V"
export VERBOSE="true"