diff --git a/.travis.yml b/.travis.yml index c895c0f85..d7c09d13e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ branches: only: - - master - integration - /-ci$/ diff --git a/doc/xml/release.xml b/doc/xml/release.xml index 5fffea294..f7ab5c0ee 100644 --- a/doc/xml/release.xml +++ b/doc/xml/release.xml @@ -158,6 +158,10 @@
Add unit tests for the Manifest
module.
No longer run
Move restore test infrastructure to HostBackup.pm
. Required to test restores on the backup server, a fairly common scenario. Improve the restore function to accept optional parameters rather than a long list of parameters. In passing, clean up extraneous use of strType
and strComment
variables.