.travis.yml in dbee-2.1.1 vs .travis.yml in dbee-3.0.0

- old
+ new

@@ -1,13 +1,14 @@ env: global: - CC_TEST_REPORTER_ID=e7db23dad7560a076e48357331b0362db3741b62dbdd537bc30de27fa9cab69b + - DISABLE_RSPEC_FOCUS=true language: ruby rvm: # Build on the latest stable of all supported Rubies (https://www.ruby-lang.org/en/downloads/): - 2.5.8 - 2.6.6 - - 2.7.1 + - 2.7.2 cache: bundler before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-reporter before-build