You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/02/14 13:33:03 UTC

[whimsy] branch master updated: Try to placate Travis

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 d5db780  Try to placate Travis
d5db780 is described below

commit d5db78029c8920888242434df2e49e1a51797644
Author: Sebb <se...@apache.org>
AuthorDate: Thu Feb 14 13:33:01 2019 +0000

    Try to placate Travis
---
 lib/whimsy/asf/agenda/minutes.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/agenda/minutes.rb b/lib/whimsy/asf/agenda/minutes.rb
index 9bb567d..9eef8c2 100644
--- a/lib/whimsy/asf/agenda/minutes.rb
+++ b/lib/whimsy/asf/agenda/minutes.rb
@@ -19,7 +19,7 @@ class ASF::Board::Agenda
       attrs['text'] = attrs['text'].strip
       attrs['approved'] = attrs['approved'].strip.gsub(/\s+/, ' ')
 
-      FOUNDATION_BOARD = ASF::SVN['foundation_board']
+      FOUNDATION_BOARD = ASF::SVN['foundation_board'] rescue nil # try to placate Travis
       file = attrs['text'][/board_minutes[_\d]+\.txt/].untaint
       if file and File.exist?(File.join(FOUNDATION_BOARD, file))
         attrs['mtime'] = File.mtime(File.join(FOUNDATION_BOARD, file)).to_i