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,18 +1,24 @@
module.exports = {
options: {
cwd: './scripts'
},
generate: {
exec: 'node generate/index.js',
exec: 'node ./scripts/generate/index.js',
options: {
passArgs: [
'verbose',
'es_version'
'es_branch'
]
}
},
generate_yaml_tests: {
exec: 'node ./scripts/generate/index.js --no-api',
options: {
passArgs: [
'verbose',
'es_branch'
]
}
},
browser_integration_tests: {
exec: 'node run_browser_integration_suite',
exec: 'node ./scripts/run_browser_integration_suite',
options: {
passArgs: [
'browsers'