From 7e5bcbea07bd1cf5424f99a1172c1c5c952b19c9 Mon Sep 17 00:00:00 2001 From: Seth Goings Date: Fri, 2 Jan 2015 16:38:43 -0700 Subject: [PATCH] Add matrix build for all tests --- .travis.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index b96f48bcc7..c4b64bf9d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,15 +6,15 @@ before_install: env: matrix: - # - BUILD_STEP="jdk-test" - # - BUILD_STEP="test" - # - BUILD_STEP="mode=debug test" - # - BUILD_STEP="process=interpret test" - # - BUILD_STEP="mode=debug bootimage=true test" - # - BUILD_STEP="bootimage=true test" - # - BUILD_STEP="openjdk=$JAVA_HOME test" - # - BUILD_STEP="tails=true continuations=true heapdump=true test" - # - BUILD_STEP="codegen-targets=all test" + - BUILD_STEP="jdk-test" + - BUILD_STEP="test" + - BUILD_STEP="mode=debug test" + - BUILD_STEP="process=interpret test" + - BUILD_STEP="mode=debug bootimage=true test" + - BUILD_STEP="bootimage=true test" + - BUILD_STEP="openjdk=$JAVA_HOME test" + - BUILD_STEP="tails=true continuations=true heapdump=true test" + - BUILD_STEP="codegen-targets=all test" - BUILD_STEP="PUBLISH" global: - TERM=dumb