Experts told me in 2014-11, that the software development was discontinued ( since 2010...) and that this was the reason for many users of the tool, to migrate to other tools which are still under active development ( e.g. Jenkins ).
The free personal edition of Timpani Software, Inc. "Drumbeat CI" - “BuildBeat is available in a free, 2-user, 5-project personal edition, which you may use subject to the personal edition use conditions”.
Ant Build Commons ( ABC ) - “It aims to provide standard build tasks for web based projects. It started by supporting various different PHP related tools, but by now also support JavaScript and CSS related tools”.
Apache Maven Project - “A tool that can now be used for building and managing any Java-based project”.
Set the environment variable “M2_HOME” to the root directory of the Maven installation, e.g. “C:\Program Files\Apache Software Foundation\apache-maven-3.0.5”.
Set the environment variable “M2” to ”%M2_HOME%\bin;”
Add ”%M2%” to the path.
Check that the environment variable “JAVA_HOME” exists and is set to the location of your JDK, e.g. “C:\Program Files\Java\jdk” and that ”%JAVA_HOME%\bin” is in your Path environment variable. With Java7 on Windows, this is not true by default.
With Flyway, you need 1 SQL script for each database of a different database manufacturer. But because of this, your scripts may use vendor-specific SQL database commands.
Alternatively, you may write Java code.
GitHub "sparsick/flyway-talk" - Slides & code for the talk “Auch SQL ist Source Code - Continuous Database Integration mit Flyway”.
GitHub.io "Coveralls" - “We help you deliver code confidently by showing which parts of your code aren’t covered by your test suite. Free for open source repos. Pro accounts for private repos. Instant sign up through GitHub, Bitbucket, and Gitlab”.