Skip to content

Commit

Permalink
Disable MIMA in master.
Browse files Browse the repository at this point in the history
Binary compatibility checks do not make sense in master because
there's no base point against which we should check.
  • Loading branch information
gkossakowski committed Jan 19, 2013
1 parent d7b59f4 commit 5d59fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -22,7 +22,7 @@ END-USER TARGETS
<target name="clean" depends="quick.clean"
description="Removes binaries of compiler and library. Distributions are untouched."/>

<target name="test" depends="test.done, osgi.test, bc.run"
<target name="test" depends="test.done, osgi.test"
description="Runs test suite and bootstrapping test on Scala compiler and library."/>

<target name="test-opt"
Expand Down

0 comments on commit 5d59fb9

Please sign in to comment.