Skip to content

Commit

Permalink
Preparing for rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Apr 9, 2017
1 parent 914d191 commit 22ce3c8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 15 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
@@ -1,16 +1,10 @@
language: ruby
sudo: false
rvm:
- 2.0.0
- 2.1.8
- 2.2.4
- 2.2.6
- 2.3.0
- 2.4.0
- ruby-head
- rbx-2
env: COVERAGE=true
matrix:
allow_failures:
- rvm: "rbx-2"
addons:
apt:
packages:
Expand Down
8 changes: 2 additions & 6 deletions Rakefile
@@ -1,10 +1,6 @@
require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec) do |task|
task.rspec_opts = ["--require", "simplecov"] if ENV['COVERAGE']
end
RSpec::Core::RakeTask.new(:test)

task :default => :spec

require 'celluloid'
task :default => :test
2 changes: 1 addition & 1 deletion lib/rubydns/version.rb
Expand Up @@ -19,5 +19,5 @@
# THE SOFTWARE.

module RubyDNS
VERSION = '2.0.0'
VERSION = '2.0.0-rc1'
end
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Expand Up @@ -28,6 +28,8 @@
reactor.run do
example.run
end

reactor.close
end
end

Expand Down

0 comments on commit 22ce3c8

Please sign in to comment.