.travis.yml in timeliness-0.3.10 vs .travis.yml in timeliness-0.4.0

- old
+ new

@@ -1,7 +1,22 @@ language: ruby +before_install: + - gem install bundler +cache: bundler + rvm: - - 1.9.3 - - ruby-head - - jruby-19mode - - rbx-19mode + # - jruby + # - truffleruby + # - rbx-3 + - "2.3.8" + - "2.4.5" + - "2.5.3" + - "2.6.1" + script: 'bundle exec rspec' + +notifications: + email: + recipients: + - adam.meehan@gmail.com + on_failure: change + on_success: never