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:
@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user