[libmessage-passing-zeromq-perl] 63/78: Add travis config
Jonas Smedegaard
js at alioth.debian.org
Mon Sep 30 09:28:28 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libmessage-passing-zeromq-perl.
commit 1a1583d3cfed838cb4ce26e6631466c9d6ed5567
Author: Tomas Doran <bobtfish at bobtfish.net>
Date: Mon Feb 25 10:45:08 2013 +0000
Add travis config
---
.travis.yml | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..68dfdd8
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,27 @@
+---
+before_install:
+ - sudo apt-get install aspell
+ - cpanm Module::Install
+ - cpanm Module::Install::AuthorRequires
+ - cpanm Module::Install::AuthorTests
+ - cpanm Module::Install::Authority
+ - cpanm Test::Pod
+ - cpanm Test::NoTabs
+ - cpanm Test::Pod::Coverage
+ - cpanm Pod::Coverage
+ - cpanm Pod::Coverage::TrustPod
+ - cpanm Test::Spelling
+ - cpanm Compress::Zlib
+ - cpanm Crypt::Blowfish
+ - cpanm Compress::Bzip2
+ - cpanm Crypt::CBC
+ - cpanm Message::Passing
+language: perl
+notifications:
+ irc: irc.perl.org#message-passing
+perl:
+ - "5.16"
+# - "5.14"
+ - "5.12"
+ - "5.10"
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmessage-passing-zeromq-perl.git
More information about the Pkg-perl-cvs-commits
mailing list