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