.travis.yml in acts_as_encryptable-0.1.0 vs .travis.yml in acts_as_encryptable-0.1.1

- old
+ new

@@ -1,4 +1,10 @@ language: ruby rvm: - - 2.2.3 + - 2.2.7 + - 2.3.4 +env: + matrix: + - RAILS_VERSION=4.1.15 + - RAILS_VERSION=4.2.6 before_install: gem install bundler -v 1.11.2 +script: bundle exec rake test