diff --git a/.travis.yml b/.travis.yml index 144dcca1..b2fd014e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ rvm: - 1.9.3 - 2.0.0 - 2.1 + - 2.2 bundler_args: --without development --jobs=3 --retry=3 diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index d705f691..f5f8c99d 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -2,6 +2,7 @@ * Removed support for deprecated password-hashing algorithm. This eliminates config.salt. Note the addition of a pre-upgrade step to check for obsolete passwords. +* Tracks is tested on Ruby 1.9.3, 2.0.0, 2.1, and 2.2. ## Version 2.3