.travis.yml in em-synchrony-1.0.5 vs .travis.yml in em-synchrony-1.0.6

- old
+ new

@@ -21,8 +21,11 @@ script: "bundle exec rspec spec/activerecord_spec.rb" - env: "activerecord=4.0.9" script: "bundle exec rspec spec/activerecord_spec.rb" - env: "activerecord=4.2.0" script: "bundle exec rspec spec/activerecord_spec.rb" + - rvm: 2.3.1 + env: "activerecord=5.0.0" + script: "bundle exec rspec spec/activerecord_spec.rb" allow_failures: - env: "activerecord=3.2.21" - env: "activerecord=4.2.0" \ No newline at end of file