Skip to content

Commit

Permalink
Disable travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Jun 9, 2020
1 parent 3257527 commit 287276c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 54 deletions.
52 changes: 0 additions & 52 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions Rakefile
@@ -1,7 +1,7 @@
# frozen_string_literal: true
require 'bundler/gem_tasks'
require 'rake/testtask'
Rake::TestTask.new 'test' do |t|
Rake::TestTask.new :test do |t|
if ENV['SOCKET_PATH'].nil?
sock_file = Dir.glob("#{__dir__}/**/redis.sock").first

Expand All @@ -21,7 +21,7 @@ Rake::TestTask.new 'test' do |t|
t.test_files = ARGV[1..-1]
end

t.options = '-v'
t.options = '-v' if ENV['CI'] || ENV['VERBOSE']
end

task default: :test

0 comments on commit 287276c

Please sign in to comment.