The default WorldWindJava build process uses Apache Ant. This change to the Travis configuration ensures that ant is used even if Gradle or Maven build configuration files are detected by Travis-CI.
Why Should This Be In Core?
This change ensures the prescribed build process is followed.
Benefits
Without this change, Gradle or Maven could be used by Travis instead of ant .
Description of the Change
The default WorldWindJava build process uses Apache Ant. This change to the Travis configuration ensures that
ant
is used even if Gradle or Maven build configuration files are detected by Travis-CI.Why Should This Be In Core?
This change ensures the prescribed build process is followed.
Benefits
Without this change, Gradle or Maven could be used by Travis instead of
ant
.Potential Drawbacks
None.
Applicable Issues
PR #30 Issue #11