2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-29 05:18:13 +00:00

travis: Announce travis CI and new build list in NEWS and CONTRIBUTING

Signed-off-by: Thomas Graf <tgraf@noironetworks.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
Thomas Graf 2014-09-01 14:52:13 +02:00 committed by Ben Pfaff
parent 1a0d583102
commit cccf7e9d16
2 changed files with 9 additions and 0 deletions

View File

@ -41,6 +41,12 @@ Testing is also important:
- A patch that modifies xenserver code should be tested on
XenServer before submission.
If you are using GitHub, then you may utilize the travis-ci.org CI build
system by linking your GitHub repository to it. This will run some of
the above tests automatically when you push changes to your repository.
See the "Continuous Integration with Travis-CI" in the INSTALL file for
details on how to set it up.
Email Subject
-------------

3
NEWS
View File

@ -22,6 +22,9 @@ Post-v2.3.0
- test-controller has been renamed ovs-testcontroller at request of users
who find it useful for testing basic OpenFlow setups. It is still not
a necessary or desirable part of most Open vSwitch deployments.
- Support for travis-ci.org based continuous integration builds has been
added. Build failures are reported to build@openvswitch.org. See INSTALL
file for additional details.
v2.3.0 - 14 Aug 2014