Skip to content

Commit

Permalink
Stop testing against 1.9.3
Browse files Browse the repository at this point in the history
The current version will install and run, but testing has just became
more of a pain than it's worth.
  • Loading branch information
sshaw committed Nov 22, 2018
1 parent 2acede6 commit 2a36d53
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 213 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,5 @@ matrix:
allow_failures:
- rvm: 2.5

include:
- rvm: 1.9.3
gemfile: gemfiles/ruby-1.9.3

notifications:
email: false
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ v0.2.6 2018-11-22
--------------------
Bug fixes:
* Fix db username issue in install.rb (bug #19)
* Fix should-matchers dependency version issue under 1.9.3

--------------------
v0.2.4 2018-07-21
Expand Down
4 changes: 0 additions & 4 deletions gemfiles/ruby-1.9.3

This file was deleted.

204 changes: 0 additions & 204 deletions gemfiles/ruby-1.9.3.lock

This file was deleted.

2 changes: 1 addition & 1 deletion spec/install_rb_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@resulting_config = @resulting_config["database"] || {}
end

it "writes the right db name to the config file" do
it "writes the correct db name to the config file" do
expect(@resulting_config["name"]).to match(%r{/itmsweb.sqlite3\z})
end

Expand Down

0 comments on commit 2a36d53

Please sign in to comment.