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 a12afe4  Try to install full subversion on OSX
a12afe4 is described below

commit a12afe41b2ae770b2b18e4d55c1612f8dcc3ad1f
Author: Sebb <[email protected]>
AuthorDate: Tue Nov 24 01:17:38 2020 +0000

    Try to install full subversion on OSX
---
 .travis.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index ba55b7e..155a1ff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,11 +26,15 @@ jobs:
     dist: focal
     gemfile: lib/Gemfile
 
-# add subversion on Linux
+# add subversion on Linux and OSX
 addons:
   apt:
     packages:
     - subversion
+  homebrew:
+    packages:
+    - subversion
+
 
 # install recent Node.js
 before_install:

Reply via email to