Skip to content

Commit

Permalink
travis: add Ruby 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 20, 2016
1 parent f63483e commit 82ea628
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3.0
# - rbx
# - jruby
sudo: true
Expand Down
2 changes: 2 additions & 0 deletions travis/before_install.sh
Expand Up @@ -2,5 +2,7 @@

set -e

gem update bundler

sudo apt-get update -qq
sudo apt-get install -y ldap-utils slapd

2 comments on commit 82ea628

@weicheng
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does ActiveLdap support rubu 2.5.x?

@kou
Copy link
Member Author

@kou kou commented on 82ea628 Feb 14, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.