summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Coutinho <thiago.coutinho@locaweb.com.br>2017-12-29 18:29:43 -0200
committerThiago Coutinho <thiago.coutinho@locaweb.com.br>2017-12-29 18:48:16 -0200
commit1317ad013180f29e95b3b5f7324fc6f4ddfb264b (patch)
treee717ec7cf639d0a1f0398ecc3e77bcde7e22bb93
parentFix test suite (#11) (diff)
add travis
-rw-r--r--.travis.yml23
-rw-r--r--README.md2
2 files changed, 25 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..8109625
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,23 @@
+
+language: elixir
+
+elixir:
+ - 1.3
+ - 1.4
+ - 1.5
+otp_release:
+ - 17.4
+ - 18.3
+ - 19.3
+ - 20.0
+
+matrix:
+ exclude:
+ - elixir: 1.3
+ otp_release: 20.0
+# - elixir: 1.4
+# otp_release: 17.4
+# - elixir: 1.4
+# otp_release: 18.3
+
+script: mix test \ No newline at end of file
diff --git a/README.md b/README.md
index f0fdf44..2f161b0 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
A client to [PowerDNS 4 API](https://doc.powerdns.com/md/httpapi/README/), with all CRUD operations to manage zones and records.
+[![Build Status](https://travis-ci.org/digaoddc/power_dnsex.svg?branch=travis)](https://travis-ci.org/digaoddc/power_dnsex)
+
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as: