GitHub user stevedlawrence opened a pull request:
https://github.com/apache/incubator-daffodil/pull/11
Add travis.yml file for continuous integration with Travis CI
- This tests compiling source, tests, and debug tests, running all tests
and cli tests, building CLI zip/tar/rpm, and building javadoc and
scaladoc.
- The rpm package is needed for rpmbuild used by rpm:packageBin
- Unsets _JAVA_OPTS, which causes strings to be written to stdout,
interfering with CLI tests
DAFFODIL-1858
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/stevedlawrence/incubator-daffodil
daffodil-1858-travisci
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-daffodil/pull/11.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #11
----
commit 0b2a15350a518ea280af2596793888577f018d56
Author: Steve Lawrence <[email protected]>
Date: 2017-10-26T16:50:39Z
Add travis.yml file for continuous integration with Travis CI
- This tests compiling source, tests, and debug tests, running all tests
and cli tests, building CLI zip/tar/rpm, and building javadoc and
scaladoc.
- The rpm package is needed for rpmbuild used by rpm:packageBin
- Unsets _JAVA_OPTS, which causes strings to be written to stdout,
interfering with CLI tests
DAFFODIL-1858
----
---