diff --git a/ci/travis/build.sh b/ci/travis/build.sh
index 267570034560f105eee819a4245c1613a455a244..b044d97633282d00e3f30724827ccfd4089922b7 100755
--- a/ci/travis/build.sh
+++ b/ci/travis/build.sh
@@ -8,6 +8,12 @@ pyenv activate sakia-env
 pip install coveralls
 pip install cx_Freeze
 pip install -r requirements.txt
+if [ $TRAVIS_OS_NAME == "linux" ]
+then
+    pip install -U git+https://github.com/posborne/dbus-python.git
+    pip install notify2
+fi
+
 python gen_resources.py
 python gen_translations.py