.travis.yml in okay-8.0.0 vs .travis.yml in okay-9.0.0

- old
+ new

@@ -1,5 +1,25 @@ sudo: false language: ruby rvm: - - 2.4.0 -before_install: gem install bundler -v 1.15.0 + - 2.4 + - 2.5 + - 2.6 + - ruby-head + +matrix: + allow_failures: + - rvm: + - ruby-head + +before_install: + - gem install bundler + +# See https://bors.tech/documentation/getting-started/ +branches: + only: + # This is where pull requests from "bors r+" are built. + - staging + # This is where pull requests from "bors try" are built. + - trying + # Build pull requests. + - master