summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2014-12-06 19:47:58 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2014-12-06 19:47:58 +0900
commit9332c7ccaa11658fef8007e61ee5145c04c40dff (patch)
treeb5a17b11ef71577b2d02815cd9424451aa4f12bf
parent54a11d89f0e6c6b0a88cc5c111f5551f9f1cb4ed (diff)
downloadpsych-9332c7ccaa11658fef8007e61ee5145c04c40dff.tar.gz
removed isolate plugin
-rw-r--r--.travis.yml1
-rw-r--r--Rakefile2
2 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 379ab86..d552501 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,6 @@ rvm:
- 2.1.0
- ruby-head
before_script:
- - gem install isolate
- gem install hoe
- gem install rake-compiler
- gem install minitest -v '~> 4.0'
diff --git a/Rakefile b/Rakefile
index 255c202..7c15d95 100644
--- a/Rakefile
+++ b/Rakefile
@@ -12,7 +12,7 @@ gem 'rake-compiler', '>= 0.4.1'
gem 'minitest', '~> 4.0'
require "rake/extensiontask"
-Hoe.plugin :doofus, :git, :gemspec, :isolate
+Hoe.plugin :doofus, :git, :gemspec
$hoe = Hoe.spec 'psych' do
license 'MIT'