Skip to content

Commit

Permalink
Merge pull request #194 from KnapsackPro/remove-solano
Browse files Browse the repository at this point in the history
Remove Solano CI and Snap CI support because they do not exist anymore
  • Loading branch information
ArturT authored May 2, 2023
2 parents 46a34ae + d79ed2f commit df4265f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 246 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

### 3.10.0

* Remove Solano CI and Snap CI support because they do not exist anymore

https://github.com/KnapsackPro/knapsack_pro-ruby/pull/194

https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v3.9.0...v3.10.0

### 3.9.0

* Suppress all RSpec spec file names displayed in stdout at the beginning of running tests in Regular Mode only when the log level is >= `warn`
Expand Down
2 changes: 0 additions & 2 deletions lib/knapsack_pro.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
require_relative 'knapsack_pro/config/ci/semaphore2'
require_relative 'knapsack_pro/config/ci/buildkite'
require_relative 'knapsack_pro/config/ci/travis'
require_relative 'knapsack_pro/config/ci/snap_ci'
require_relative 'knapsack_pro/config/ci/solano_ci'
require_relative 'knapsack_pro/config/ci/codeship'
require_relative 'knapsack_pro/config/ci/github_actions'
require_relative 'knapsack_pro/config/ci/heroku'
Expand Down
35 changes: 0 additions & 35 deletions lib/knapsack_pro/config/ci/snap_ci.rb

This file was deleted.

32 changes: 0 additions & 32 deletions lib/knapsack_pro/config/ci/solano_ci.rb

This file was deleted.

104 changes: 0 additions & 104 deletions spec/knapsack_pro/config/ci/snap_ci_spec.rb

This file was deleted.

73 changes: 0 additions & 73 deletions spec/knapsack_pro/config/ci/solano_ci_spec.rb

This file was deleted.

0 comments on commit df4265f

Please sign in to comment.