diff options
| author | mokha <mokha@cisco.com> | 2018-12-02 21:11:57 -0700 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2018-12-02 21:11:57 -0700 |
| commit | b7718e7b68c860b9949824302c4599200a858c8c (patch) | |
| tree | d0eabea60ac39958cc4b6afd5390e9bc63c4c37b | |
| parent | a1ae6e1723b7275c40b5dbe615889b95ec7af93a (diff) | |
drop ruby 2*
| -rw-r--r-- | .travis.yml | 1 | ||||
| -rw-r--r-- | Rakefile | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 6657c41..2dfb6a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: ruby rvm: - - 2.2.9 - 2.3.6 - 2.4.3 - 2.5.0 @@ -2,4 +2,4 @@ require "bundler/gem_tasks" require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:spec) -task :default => :spec +task default: :spec |
