Commit graph

4 commits

Author SHA1 Message Date
Rick Bradley
9c1add14eb (QENG-3919) Further tweak net-ldap version 2016-05-27 11:16:22 -05:00
Rick Bradley
3e6938c983 (QENG-3919) Pin the net-ldap gem to 0.11 for the jrubies, etc. 2016-05-26 15:45:50 -05:00
Rick Bradley
06ae95c085 (QENG-3919) add net-ldap to Gemfile
Maybe we shouldn't foil-ball gems onto servers.
2016-05-26 15:18:00 -05:00
Colin
e57ee075f2 (QENG-2246) Add Travis CI
This commit adds a Rakefile, Gemfile, and Travis CI config file.

The Rakefile contains two tasks: test and junit. Both targets execute
the spec tests, with the difference being how the results are presented.

The Gemfile defines dependencies and a test group. To install just the
gems needed for running the application, execute:
  * `bundle install --without test`

The new .travis.yml file is for Travis CI and targets the major ruby
versions.
2015-07-06 11:24:31 -07:00