GitHub user wisebaldone opened a pull request:
https://github.com/apache/incubator-wave/pull/13
Added a travis file
A Travis file allows us to use the Apache's Travis account to do automatic
testing on pull requests and pushes on the repo which is mirrored to github.
Currently the file is only set for oracle Java 8 for limiting testing time but
multiple versions of Java can be included. The testing runs ./gradlew assemble
which packages the project and then tests it. This is **not** meant to replace
the Jenkins config of creating distribution builds.
**Note**: to enable this infra would have to add our repo.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wisebaldone/incubator-wave feature/travisci
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-wave/pull/13.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 #13
----
commit e6562ee13797969b03cce3d543ae50e94a4573c0
Author: wisebaldone <[email protected]>
Date: 2016-04-25T11:28:09Z
added initial travis file
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---