You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by wh0 <gi...@git.apache.org> on 2018/10/28 02:09:37 UTC

[GitHub] mina-sshd pull request #74: Add continuous integration

GitHub user wh0 opened a pull request:

    https://github.com/apache/mina-sshd/pull/74

    Add continuous integration

    This PR adds a continuous integration configuration, which I think would make it easier for contributors to test their changes.
    
    About this PR:
    - would use Travis CI. See here https://travis-ci.org/wh0/mina-sshd for example build output on my fork.
    - Travis CI doesn't have IPv6 set up on their runners, so I've made it skip the IPv6-related client tests.
    - One test is failing: `testLocalForwardingPayload(org.apache.sshd.common.forward.PortForwardingLoadTest)`. Could someone confirm that this test passes for them?

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/wh0/mina-sshd ci

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/mina-sshd/pull/74.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 #74
    
----
commit df3c9412f325d2d0f379ce8603e589f1110a791a
Author: w <none>
Date:   2018-10-27T23:38:23Z

    Add .travis.yml

commit 5bea2c4038e4895d3f547d16590fd27b8f0920bb
Author: w <none>
Date:   2018-10-28T00:12:08Z

    CI: Skip IPv6 test
    
    The CI runner currently doesn't support IPv6, and the test fails.

----


---