summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormokha <mokha@cisco.com>2018-12-02 21:11:57 -0700
committermokha <mokha@cisco.com>2018-12-02 21:11:57 -0700
commitb7718e7b68c860b9949824302c4599200a858c8c (patch)
treed0eabea60ac39958cc4b6afd5390e9bc63c4c37b
parenta1ae6e1723b7275c40b5dbe615889b95ec7af93a (diff)
drop ruby 2*
-rw-r--r--.travis.yml1
-rw-r--r--Rakefile2
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
diff --git a/Rakefile b/Rakefile
index 77e424b..378dab3 100644
--- a/Rakefile
+++ b/Rakefile
@@ -2,4 +2,4 @@ require "bundler/gem_tasks"
require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)
-task :default => :spec
+task default: :spec