diff --git a/.github/galaxy.svg b/.github/galaxy.svg
new file mode 100644
index 0000000..3246c86
--- /dev/null
+++ b/.github/galaxy.svg
@@ -0,0 +1,483 @@
+
+
diff --git a/.github/license.svg b/.github/license.svg
new file mode 100644
index 0000000..4ab6d9a
--- /dev/null
+++ b/.github/license.svg
@@ -0,0 +1,217 @@
+
+
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..51d5ef7
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,29 @@
+---
+# OS Details
+os: linux
+language: python
+python: '3.8'
+
+cache:
+ pip: true
+
+# Install ansible and ansible-lint
+install:
+ - pip install ansible
+ - pip install ansible-lint
+
+# testing galaxy install and ansible lint
+# more advanced testing is currently handled with
+# github actions. The gh-actions for our test are there:
+# https://github.com/roles-ansible and are tagged
+# with 'github-actions' --> https://github.com/search?q=topic%3Agithub-actions+org%3Aroles-ansible&type=Repositories
+script:
+ - ansible-galaxy install do1jlr.ranger
+ - ansible-lint .
+ - echo -e "\n\n\n\n\nWe use github actions for more detailed tests.\n\nMore details about that in our github repo at:\nhttps://github.com/chaos-bodensee/role-weechat/actions\n\n\n\n\n\n"
+
+notifications:
+ email:
+ on_success: never
+ on_failure: always
+ webhooks: https://galaxy.ansible.com/api/v1/notifications/
diff --git a/README.md b/README.md
index 456a968..f9159aa 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
- ansible weechat role
+[![Ansible Galaxy](https://raw.githubusercontent.com/chaos-bodensee/role_weechat/master/.github/galaxy.svg?sanitize=true)](https://galaxy.ansible.com/do1jlr/weechat) [![Build Status](https://travis-ci.org/chaos-bodensee/role_weechat.svg?branch=master)](https://travis-ci.org/chaos-bodensee/role_weechat) [![MIT License](https://raw.githubusercontent.com/chaos-bodensee/role_weechat/master/.github/license.svg?sanitize=true)](https://github.com/chaos-bodensee/role_weechat/blob/master/LICENSE)
+
+ansible weechat role
==========================
Ansible role to install and configure weechat.