[DRE-commits] [librarian-puppet] 59/97: Allow failures in travis for ruby 2.1.0
Stig Sandbeck Mathisen
ssm at debian.org
Tue Mar 11 12:12:50 UTC 2014
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository librarian-puppet.
commit 08b8b21605fa1f3f9093fcf3b202fb435391aa86
Author: Carlos Sanchez <csanchez at maestrodev.com>
Date: Thu Jan 9 09:19:35 2014 +0100
Allow failures in travis for ruby 2.1.0
Puppet is broken in ruby 2.1.0
https://tickets.puppetlabs.com/browse/PUP-1243
---
.travis.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 4d8a1cd..8bfe43d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,3 +19,7 @@ before_install:
before_script:
- bundle list
+
+matrix:
+ allow_failures:
+ - rvm: 2.1.0 # broken in puppet < 3.5.0 https://tickets.puppetlabs.com/browse/PUP-1243
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/librarian-puppet.git
More information about the Pkg-ruby-extras-commits
mailing list