Skip to content

Commit

Permalink
Remove old rspec CI
Browse files Browse the repository at this point in the history
  • Loading branch information
joker1007 committed Apr 26, 2019
1 parent 6fd30f1 commit ab55669
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ rvm:
- jruby-9.2.7.0

gemfile:
- gemfiles/rspec2.gemfile
- gemfiles/rspec3.3.gemfile
- gemfiles/rspec3.4.gemfile
- gemfiles/rspec-head.gemfile

before_install:
- travis_retry gem update --system || travis_retry gem update --system 2.7.8
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rspec2.gemfile → gemfiles/rspec-head.gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

gem "rspec", "~> 2.14"
gem "rspec"

gemspec path: "../"
5 changes: 0 additions & 5 deletions gemfiles/rspec3.3.gemfile

This file was deleted.

0 comments on commit ab55669

Please sign in to comment.