Created
October 10, 2013 10:12
-
-
Save stefanbirkner/6916058 to your computer and use it in GitHub Desktop.
Automatic 'git bisect' with Maven; git bisect run ./mvn_bisect.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| mvn clean test > /dev/null 2> /dev/null | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment