diff --git a/plugins/ExamplePlugin/tests/travis/addons.apt.packages.yml b/plugins/ExamplePlugin/tests/travis/addons.apt.packages.yml
new file mode 100644
index 0000000000000000000000000000000000000000..db3733500a49938a4a3fd6fde753ae63825b5d42
--- /dev/null
+++ b/plugins/ExamplePlugin/tests/travis/addons.apt.packages.yml
@@ -0,0 +1,3 @@
+- custom apt package
+- another custom apt package
+
diff --git a/plugins/ExamplePlugin/tests/travis/addons.apt.sources.yml b/plugins/ExamplePlugin/tests/travis/addons.apt.sources.yml
new file mode 100644
index 0000000000000000000000000000000000000000..3504520e3c85097a36fd379ec12edb79815134fe
--- /dev/null
+++ b/plugins/ExamplePlugin/tests/travis/addons.apt.sources.yml
@@ -0,0 +1 @@
+- custom apt source
\ No newline at end of file