Skip to content

Commit

Permalink
Remove Travis pre-commit hook
Browse files Browse the repository at this point in the history
Travis now depends on net-http-persistent ~> 3 which requires Ruby >=
2.1.

While Ruby 2.0 was EOLed in February 2016, it's still the default Ruby
version to ship with Macs, so let's continue supporting it unless it's
too much of a hassle. Travis lint isn't a terribly important tool, so
remove it to remove the dependency.
  • Loading branch information
sds committed Oct 15, 2016
1 parent d19d990 commit c8caa69
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .overcommit.yml
Expand Up @@ -19,9 +19,5 @@ PreCommit:
TrailingWhitespace:
enabled: true

TravisLint:
enabled: true
flags: ['lint', '--skip-version-check']

YamlSyntax:
enabled: true
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -9,6 +9,5 @@ gem 'overcommit', '0.36.0'

# Pin tool versions (which are executed by Overcommit) for Travis builds
gem 'rubocop', '0.43.0'
gem 'travis', '~> 1.7'

gem 'coveralls', require: false

0 comments on commit c8caa69

Please sign in to comment.