This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new ce13031  Dummy test to trigger Travis error
ce13031 is described below

commit ce1303130059843c5a3ab01e1531f583c6852905
Author: Sebb <[email protected]>
AuthorDate: Tue May 28 00:17:04 2019 +0100

    Dummy test to trigger Travis error
---
 lib/spec/lib/mail/mlist_spec.rb | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/lib/spec/lib/mail/mlist_spec.rb b/lib/spec/lib/mail/mlist_spec.rb
index 8650b6c..93896a9 100644
--- a/lib/spec/lib/mail/mlist_spec.rb
+++ b/lib/spec/lib/mail/mlist_spec.rb
@@ -6,6 +6,12 @@ require 'whimsy/asf/mlist' # not loaded by default
 
 describe ASF::MLIST do
 
+  describe "Dummy test to trigger Travis error" do
+    it "Should fail" do
+      expect(%x(ls /srv)).to eq('')      
+    end
+  end
+
   describe "ASF::MLIST.members_subscribers" do
     it "should return an array of members@ subscribers followed by the file 
update time", :skip => TEST_DATA do
       res = ASF::MLIST.members_subscribers()

Reply via email to