aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-11-20 13:07:14 +0100
committerGuido Günther <agx@sigxcpu.org>2016-11-20 13:49:23 +0100
commit23c857ff898bbae9853e1946edd7a59fa8b72a0e (patch)
tree40e972ba6a32f12d50788d4919c39672dc544c0d
parentdfbdcb2b17cab65ca41ecdcd7d4e502d1b922fbd (diff)
Run tests on travis
-rw-r--r--.travis.yml11
-rw-r--r--README.md2
2 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..a3be622
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,11 @@
+sudo: false
+language: erlang
+install: 'true'
+otp_release:
+- 19.1
+- 18.0
+script:
+ - "make"
+cache:
+ directories:
+ - "$HOME/.cache/rebar3/hex/default"
diff --git a/README.md b/README.md
index 72a9ba4..5fca171 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# A Realm smart proxy for Foreman
+[![Build Status](https://travis-ci.org/theforeman/foreman_ansible_inventory.svg?branch=master)](https://travis-ci.org/theforeman/foreman_ansible_inventory)
+
A simple smart proxy that creates LDAP entries on host creation and removes
them on destroy. It uses Foreman's realm smart proxy API.