]> git.donarmstrong.com Git - debbugs.git/commitdiff
add travis.yml
authorDon Armstrong <don@donarmstrong.com>
Fri, 2 Sep 2016 17:54:36 +0000 (12:54 -0500)
committerDon Armstrong <don@donarmstrong.com>
Fri, 2 Sep 2016 17:54:36 +0000 (12:54 -0500)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..9bd77e6
--- /dev/null
@@ -0,0 +1,14 @@
+before_install:
+  - sudo apt-get -qq update
+  - >
+    sudo apt-get install -y libparams-validate-perl
+    libmailtools-perl libmime-tools-perl libio-stringy-perl
+    libmldbm-perl liburi-perl libsoap-lite-perl libcgi-simple-perl
+    libhttp-server-simple-perl libtest-www-mechanize-perl
+    libmail-rfc822-address-perl libsafe-hole-perl libuser-perl
+    libconfig-simple-perl libtest-pod-perl
+    liblist-moreutils-perl libtext-template-perl graphviz
+language: perl
+script:
+  - make
+  - make test