only generate the necessary branch in CI environments

This commit is contained in:
Spencer Alger
2014-02-05 09:06:52 -07:00
parent 6c5838fbfa
commit 4680930487
3 changed files with 16 additions and 11 deletions

View File

@ -43,7 +43,7 @@ fi
if [[ "$NODE_INTEGRATION" != "0" ]]; then
group "generating tests"
call node scripts/generate --no-api
call node scripts/generate --no-api --branch $TESTING_BRANCH
group "running integration tests"
if [[ -n "$JENKINS" ]]; then