diff --git a/README.md b/README.md
index 828a2da6bbe3e27687df60cd51d4b4d5f9c035e9..22d51fd196b3379f51c9bb498d152b813f32adfc 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,4 @@
 # libdap-python
 Python binding for libdap
+
+[![Build Status](https://travis-ci.com/cellframe/libdap-python.svg?branch=master)](https://travis-ci.com/cellframe/libdap-python)
diff --git a/test/main_test.py b/test/main_test.py
index 492250448c9649446c9c6a82466964373e02995a..477febf7f18dcfd70ec6ebaa61c3e29319fca71c 100644
--- a/test/main_test.py
+++ b/test/main_test.py
@@ -14,7 +14,7 @@ create_config_file(app_name)
 
 
 json_string = """{
-    "modules": "libdap",
+    "modules": "",
     "dap": {
        "config_dir": \""""+os.getcwd()+"""\",
        "log_level": \""""+LogLevel.L_DEBUG.name+"""\",