Skip to content

Commit

Permalink
Remove phantomjs autoinstall
Browse files Browse the repository at this point in the history
It's causing intermittent build failure on TravisCI due to rate limiting
on BitBucket (the source)
  • Loading branch information
jcoyne committed Mar 31, 2016
1 parent 113dd4b commit 84ce5f4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions spec/javascripts/support/jasmine_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# end
#
# Example: prevent PhantomJS auto install, uses PhantomJS already on your path.
# Jasmine.configure do |config|
# config.prevent_phantom_js_auto_install = true
# end
#
Jasmine.configure do |config|
config.prevent_phantom_js_auto_install = true
end

0 comments on commit 84ce5f4

Please sign in to comment.