From: Graham Knop <haarg@haarg.org>
Date: Tue, 8 May 2018 05:36:32 +0000 (+0200)
Subject: add travis config
X-Git-Tag: v1.004001~16
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=692843d7206d0d4b2e80806a2cf16aea440d8233;p=p5sagit%2FJSON-MaybeXS.git

add travis config
---

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..7c6169c
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,17 @@
+language: perl
+perl:
+  - "5.8"
+  - "5.10"
+  - "5.12"
+  - "5.14"
+  - "5.16"
+  - "5.18"
+  - "5.20"
+  - "5.22"
+  - "5.24"
+  - "5.26"
+  - "dev"
+  - "blead"
+sudo: false
+before_install:
+  - eval $(curl https://travis-perl.github.io/init) --auto