Skip to content

Commit

Permalink
Remove unused .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Dec 13, 2023
1 parent 3f0f124 commit 2eaf1a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 22 deletions.
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'overcommit', '0.60.0'
# Needed for Rake integration tests
gem 'rake'

# Pin tool versions (which are executed by Overcommit) for Travis builds
# Pin tool versions (which are executed by Overcommit) for CI runs
gem 'rubocop', '>= 1', '< 2'

gem 'coveralls', require: false
Expand Down
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

if ENV['TRAVIS']
# When running in Travis, report coverage stats to Coveralls.
if ENV['CI']
# When running in CI, report coverage stats to Coveralls.
require 'coveralls'
Coveralls.wear!
else
Expand Down

0 comments on commit 2eaf1a6

Please sign in to comment.