Updated Branches: refs/heads/release4.10.0 812329f0f -> c39c3f4ce
Adding a third 'cycle' testing against the bleeding edge releases of FP and AIR Signed-off-by: Erik de Bruin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/25b2cf5e Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/25b2cf5e Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/25b2cf5e Branch: refs/heads/release4.10.0 Commit: 25b2cf5ee159fc881981c4c361c31025acafa017 Parents: 25e27b9 Author: Erik de Bruin <[email protected]> Authored: Wed Jul 17 09:16:55 2013 +0200 Committer: Erik de Bruin <[email protected]> Committed: Wed Jul 17 09:16:55 2013 +0200 ---------------------------------------------------------------------- mustella/jenkins.sh | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/25b2cf5e/mustella/jenkins.sh ---------------------------------------------------------------------- diff --git a/mustella/jenkins.sh b/mustella/jenkins.sh index 6e70aaa..4758f54 100755 --- a/mustella/jenkins.sh +++ b/mustella/jenkins.sh @@ -59,6 +59,10 @@ if [ "$FLASH_VERSION" == "11.1" ] then FLASH_VERSION=11.7 AIR_VERSION=3.7 +elif [ "$FLASH_VERSION" == "11.7" ] +then + FLASH_VERSION=11.8 + AIR_VERSION=3.8 else FLASH_VERSION=11.1 AIR_VERSION=3.7
