Skip to content

Commit

Permalink
Install step no longer necessary. Doubleshot will bootstrap it's own …
Browse files Browse the repository at this point in the history
…gem dependencies now.
  • Loading branch information
sam committed Oct 31, 2012
1 parent 2f36fb0 commit d81a553
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: ruby
rvm:
- jruby-head
install: gem install minitest minitest-wscolor listen rb-fsevent
# install: gem install minitest minitest-wscolor listen rb-fsevent
jdk:
- openjdk6
- openjdk7
- oraclejdk7
script: bin/doubleshot test --ci
script: bin/doubleshot test --ci
4 changes: 2 additions & 2 deletions lib/doubleshot/commands/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ def self.start(args)
end
end

require "listen"

watcher = new(doubleshot.config, options.ci_test, options.force_tests)
watcher.run
end
Expand Down Expand Up @@ -119,6 +117,8 @@ def run

private
def listener
require "listen"

# This creates a MultiListener
Listen.to(@config.source.tests.to_s, @config.source.ruby.to_s, @config.source.java.to_s).change do |modified, added, removed|
modified.each do |location|
Expand Down

0 comments on commit d81a553

Please sign in to comment.