You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/08/18 20:30:39 UTC

[whimsy] branch master updated: configure LDAP

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

rubys 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 acf506d  configure LDAP
acf506d is described below

commit acf506d925c3aae781654e0bf11619b013720be0
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Fri Aug 18 16:30:27 2017 -0400

    configure LDAP
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index ef35060..f1c0c76 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,9 @@ rvm: # http://rubies.travis-ci.org/
   - 2.4.0 # https://github.com/travis-ci/travis-ci/issues/7848
 before_install:
   - nvm install 7
+sudo: required
+before_script:
+  - sudo ruby -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure"
 gemfile:
   - www/board/agenda/Gemfile
 notifications:

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].